summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DIndexColumns.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-24 15:14:04 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-24 15:14:04 +0000
commit5c10ebcfe6cf40ce2ae42e563e277781f0fde644 (patch)
tree74d43a590ddd72a584478f8c6f2289e91379a511 /connectivity/source/drivers/dbase/DIndexColumns.cxx
parent0a207c871aca297c3c8c7db8791b342369e73b72 (diff)
make strings unique for lib's
Diffstat (limited to 'connectivity/source/drivers/dbase/DIndexColumns.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DIndexColumns.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DIndexColumns.cxx b/connectivity/source/drivers/dbase/DIndexColumns.cxx
index 15ba181f597b..00f3df402c0f 100644
--- a/connectivity/source/drivers/dbase/DIndexColumns.cxx
+++ b/connectivity/source/drivers/dbase/DIndexColumns.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DIndexColumns.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-10-11 10:45:54 $
+ * last change: $Author: oj $ $Date: 2000-10-24 16:14:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,10 +65,13 @@
#ifndef _CONNECTIVITY_DBASE_TABLE_HXX_
#include "dbase/DTable.hxx"
#endif
-
#ifndef _CONNECTIVITY_SDBCX_INDEXCOLUMN_HXX_
#include "connectivity/sdbcx/VIndexColumn.hxx"
#endif
+#define CONNECTIVITY_PROPERTY_NAME_SPACE dbase
+#ifndef _CONNECTIVITY_PROPERTYIDS_HXX_
+#include "propertyids.hxx"
+#endif
using namespace connectivity::dbase;
using namespace connectivity;