summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-21 05:03:05 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-21 05:03:05 +0000
commitac772b987b4a93576c2848fdd9d74ed620e811bb (patch)
tree05d3d524c9d3d473245a1be2cf403d6b9b03c031 /forms/source/misc
parentf336366f8a363fcf6b06b71657c1e0f81a0929d5 (diff)
removed obsolete property (never used)
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/property.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx
index 6376470ec750..d90f043525ff 100644
--- a/forms/source/misc/property.cxx
+++ b/forms/source/misc/property.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: property.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-05-11 18:00:52 $
+ * last change: $Author: fs $ $Date: 2001-05-21 06:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -273,7 +273,6 @@ void PropertyInfoService::initialize()
ADD_PROP_ASSIGNMENT(ISNULLABLE);
ADD_PROP_ASSIGNMENT(ACTIVECOMMAND);
ADD_PROP_ASSIGNMENT(ISCURRENCY);
- ADD_PROP_ASSIGNMENT(NUMBER_FORMATS_SUPPLIER);
ADD_PROP_ASSIGNMENT(URL);
ADD_PROP_ASSIGNMENT(TITLE);
ADD_PROP_ASSIGNMENT(ACTIVE_CONNECTION);
@@ -451,7 +450,6 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_APPLYFILTER, "ApplyFilter");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISNULLABLE, "IsNullable");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ACTIVECOMMAND, "ActiveCommand");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISCURRENCY, "IsCurrency");
-IMPLEMENT_CONSTASCII_USTRING(PROPERTY_NUMBER_FORMATS_SUPPLIER, "NumberFormatsSupplier");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_URL, "URL");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TITLE, "Title");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ACTIVE_CONNECTION, "ActiveConnection");