summaryrefslogtreecommitdiff
path: root/idlc/test
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-06-08 09:35:41 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-06-08 09:35:41 +0000
commit3d480c09928516d571e63d37f6dcef51d6e34baf (patch)
tree855fad7f4ba23c6983d5ef4a8db64257becdf22c /idlc/test
parente9b321cb92119f4dc68b7107e0ff92870268d63d (diff)
#87968# remove string constant
Diffstat (limited to 'idlc/test')
-rw-r--r--idlc/test/const.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/test/const.idl b/idlc/test/const.idl
index 3fdd04b2b8ed..76b3d2a02e6b 100644
--- a/idlc/test/const.idl
+++ b/idlc/test/const.idl
@@ -6,7 +6,6 @@ module test
const long add = 1 + 2;
const long sub = 3 - 2;
const hyper h = 123456789;
- const string str = "hallo";
const float f7 = 3.4123;
const float f2 = 3.4123 + 10e-12;
const boolean bt = True;