Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / idlc / test / exception.idl
blobb53d1dbe74fde80393da1bfe4091e024166fad18
1 module idlc
3 module test
6 exception BaseException
8 string Description;
9 };
11 exception RuntimeException : BaseException
13 long Id;
14 type Context;