repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update ooo320-m1
[ooovba.git]
/
idlc
/
test
/
exception.idl
blob
d527301687f31a5cd61d5b62aaa74e69c4693420
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