summaryrefslogtreecommitdiff
path: root/idlc/test
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-27 09:58:03 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-27 09:58:03 +0000
commit14b53421dd3e0e2dcba13809e3059259f9d0e218 (patch)
tree55736760e6c2e7a634724ce6ab5be07af4d71ff1 /idlc/test
parent5385b8c83ac6984432f6777762c0f929703edae2 (diff)
insert module idlc
Diffstat (limited to 'idlc/test')
-rw-r--r--idlc/test/const.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/test/const.idl b/idlc/test/const.idl
index 2366383baa89..3fdd04b2b8ed 100644
--- a/idlc/test/const.idl
+++ b/idlc/test/const.idl
@@ -1,3 +1,5 @@
+module idlc
+{
module test
{
const long l = 1;
@@ -46,3 +48,4 @@ constants USER
};
};
+};