diff options
Diffstat (limited to 'stoc/test/testcorefl.idl')
-rw-r--r-- | stoc/test/testcorefl.idl | 5 |
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 |