diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-01-30 14:46:47 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-01-30 14:46:47 +0000 |
commit | 50835c543e18d040da35f0b084c1181fb697bf3d (patch) | |
tree | 74600c9d4a4fabba20e3750ffa17caeb129ebdd7 /connectivity/source/inc/propertyids.hxx | |
parent | 4a545de7459cd767aecf75272edf0ce958718b5b (diff) |
renamed one string property
Diffstat (limited to 'connectivity/source/inc/propertyids.hxx')
-rw-r--r-- | connectivity/source/inc/propertyids.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/inc/propertyids.hxx b/connectivity/source/inc/propertyids.hxx index db42e30d7997..15def51ba824 100644 --- a/connectivity/source/inc/propertyids.hxx +++ b/connectivity/source/inc/propertyids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyids.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2000-10-31 11:04:19 $ + * last change: $Author: oj $ $Date: 2001-01-30 15:46:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,7 +110,7 @@ namespace dbtools extern const sal_Char* getPROPERTY_COMMAND(); extern const sal_Char* getPROPERTY_CHECKOPTION(); extern const sal_Char* getPROPERTY_PASSWORD(); - extern const sal_Char* getPROPERTY_REFERENCEDCOLUMN(); + extern const sal_Char* getPROPERTY_RELATEDCOLUMN(); extern const sal_Char* getSTAT_INVALID_INDEX(); @@ -187,7 +187,7 @@ namespace connectivity DECLARE_CONSTASCII_USTRING(PROPERTY_COMMAND,CONNECTIVITY_PROPERTY_NAME_SPACE) DECLARE_CONSTASCII_USTRING(PROPERTY_CHECKOPTION,CONNECTIVITY_PROPERTY_NAME_SPACE) DECLARE_CONSTASCII_USTRING(PROPERTY_PASSWORD,CONNECTIVITY_PROPERTY_NAME_SPACE) - DECLARE_CONSTASCII_USTRING(PROPERTY_REFERENCEDCOLUMN,CONNECTIVITY_PROPERTY_NAME_SPACE) + DECLARE_CONSTASCII_USTRING(PROPERTY_RELATEDCOLUMN,CONNECTIVITY_PROPERTY_NAME_SPACE) DECLARE_CONSTASCII_USTRING(PROPERTY_FUNCTION,CONNECTIVITY_PROPERTY_NAME_SPACE) DECLARE_CONSTASCII_USTRING(PROPERTY_TABLENAME,CONNECTIVITY_PROPERTY_NAME_SPACE) @@ -255,7 +255,7 @@ pProperties[nPos++] = ::com::sun::star::beans::Property(connectivity::CONNECTIVI #define PROPERTY_ID_COMMAND 31 #define PROPERTY_ID_CHECKOPTION 32 #define PROPERTY_ID_PASSWORD 33 -#define PROPERTY_ID_REFERENCEDCOLUMN 34 +#define PROPERTY_ID_RELATEDCOLUMN 34 #define PROPERTY_ID_FUNCTION 35 #define PROPERTY_ID_TABLENAME 36 |