summaryrefslogtreecommitdiff
path: root/stoc/test/testcorefl.idl
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-06-22 15:21:02 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-06-22 15:21:02 +0000
commita242da96dcd112e05ce9fa7f309d6618c61994f9 (patch)
tree69ca906d0d83d85d895c3c1979b7983763206f87 /stoc/test/testcorefl.idl
parentf599f37ea5f3fb270ea818b87ec5429e86d01ade (diff)
#67468# Added unloading and context support
Diffstat (limited to 'stoc/test/testcorefl.idl')
-rw-r--r--stoc/test/testcorefl.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/stoc/test/testcorefl.idl b/stoc/test/testcorefl.idl
index d5ecaa85fefc..85e722a9b469 100644
--- a/stoc/test/testcorefl.idl
+++ b/stoc/test/testcorefl.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: testcorefl.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2001-03-30 11:03:33 $
+ * last change: $Author: jbu $ $Date: 2001-06-22 16:21:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,6 @@ module ModuleC
// const unsigned hyper aConstUHyper = 3;
const float aConstFloat = 3.14;
const double aConstDouble = 3.14e-10;
- const string aConstString = "test";
interface XInterfaceA : com::sun::star::uno::XInterface