summaryrefslogtreecommitdiff
path: root/forms
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
parentf336366f8a363fcf6b06b71657c1e0f81a0929d5 (diff)
removed obsolete property (never used)
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/property.hrc6
-rw-r--r--forms/source/misc/property.cxx6
2 files changed, 4 insertions, 8 deletions
diff --git a/forms/source/inc/property.hrc b/forms/source/inc/property.hrc
index e4e0baccfb46..b7cc9fd0a502 100644
--- a/forms/source/inc/property.hrc
+++ b/forms/source/inc/property.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: property.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-05-11 17:57:34 $
+ * last change: $Author: fs $ $Date: 2001-05-21 06:02:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -227,7 +227,6 @@ namespace frm
#define PROPERTY_ID_ISNULLABLE (PROPERTY_ID_START +188) // BOOL
#define PROPERTY_ID_ACTIVECOMMAND (PROPERTY_ID_START +189) // String
#define PROPERTY_ID_ISCURRENCY (PROPERTY_ID_START +190) // BOOL
-#define PROPERTY_ID_NUMBER_FORMATS_SUPPLIER (PROPERTY_ID_START +191)// BOOL
#define PROPERTY_ID_URL (PROPERTY_ID_START +192) // String
#define PROPERTY_ID_TITLE (PROPERTY_ID_START +193) // String
#define PROPERTY_ID_ACTIVE_CONNECTION (PROPERTY_ID_START +194) // com::sun::star::sdbc::XConnection
@@ -405,7 +404,6 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_APPLYFILTER);
DECLARE_CONSTASCII_USTRING(PROPERTY_ISNULLABLE);
DECLARE_CONSTASCII_USTRING(PROPERTY_ACTIVECOMMAND);
DECLARE_CONSTASCII_USTRING(PROPERTY_ISCURRENCY);
-DECLARE_CONSTASCII_USTRING(PROPERTY_NUMBER_FORMATS_SUPPLIER);
DECLARE_CONSTASCII_USTRING(PROPERTY_URL);
DECLARE_CONSTASCII_USTRING(PROPERTY_TITLE);
DECLARE_CONSTASCII_USTRING(PROPERTY_ACTIVE_CONNECTION);
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");