repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git]
/
idlc
/
test
/
exception.idl
blob
b53d1dbe74fde80393da1bfe4091e024166fad18
1
module
idlc
2
{
3
module
test
4
{
5
6
exception BaseException
7
{
8
string
Description
;
9
};
10
11
exception RuntimeException
:
BaseException
12
{
13
long Id
;
14
type Context
;
15
};
16
17
18
};
19
};
20