diff options
author | Lars Langhans <lla@openoffice.org> | 2000-09-22 13:32:46 +0000 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2000-09-22 13:32:46 +0000 |
commit | 747a2c1269f2270509d4eeb843eb934eb9979202 (patch) | |
tree | 19eef9c7f572804b4beaf1ae5aaaa6511d7f0f9e /configmgr | |
parent | 72104ede8756c7e92386330b4daf48b99ba5b2a4 (diff) |
type=integer was unknown
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/inc/strdecl.hxx | 5 | ||||
-rw-r--r-- | configmgr/source/misc/strimpl.cxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/configmgr/source/inc/strdecl.hxx b/configmgr/source/inc/strdecl.hxx index 154d11f631f3..deb11d0e07ff 100644 --- a/configmgr/source/inc/strdecl.hxx +++ b/configmgr/source/inc/strdecl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: strdecl.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:13:41 $ + * last change: $Author: lla $ $Date: 2000-09-22 14:32:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,7 @@ namespace configmgr DECLARE_CONSTASCII_USTRING(TYPE_BOOLEAN); DECLARE_CONSTASCII_USTRING(TYPE_SHORT); DECLARE_CONSTASCII_USTRING(TYPE_INT); + DECLARE_CONSTASCII_USTRING(TYPE_INTEGER); DECLARE_CONSTASCII_USTRING(TYPE_LONG); DECLARE_CONSTASCII_USTRING(TYPE_DOUBLE); DECLARE_CONSTASCII_USTRING(TYPE_STRING); diff --git a/configmgr/source/misc/strimpl.cxx b/configmgr/source/misc/strimpl.cxx index bf872dd58c3c..4ecebe0f9cf8 100644 --- a/configmgr/source/misc/strimpl.cxx +++ b/configmgr/source/misc/strimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: strimpl.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:13:41 $ + * last change: $Author: lla $ $Date: 2000-09-22 14:32:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,6 +80,7 @@ namespace configmgr IMPLEMENT_CONSTASCII_USTRING(TYPE_BOOLEAN, "boolean"); IMPLEMENT_CONSTASCII_USTRING(TYPE_SHORT, "short"); IMPLEMENT_CONSTASCII_USTRING(TYPE_INT, "int"); + IMPLEMENT_CONSTASCII_USTRING(TYPE_INTEGER, "integer"); IMPLEMENT_CONSTASCII_USTRING(TYPE_LONG, "long"); IMPLEMENT_CONSTASCII_USTRING(TYPE_DOUBLE, "double"); IMPLEMENT_CONSTASCII_USTRING(TYPE_STRING, "string"); |