diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-24 15:34:43 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-24 15:34:43 +0000 |
commit | 444c5cbdeb11577f265f256d616c921c20246e99 (patch) | |
tree | 8e057c49a4a2d97a98ea22481bd83f52f70a0a86 /connectivity/source/drivers/dbase/DDatabaseMetaData.cxx | |
parent | 7ca8b14889621c6ad5bf3f654bfa51476685ce7c (diff) |
make strings unique for lib's
Diffstat (limited to 'connectivity/source/drivers/dbase/DDatabaseMetaData.cxx')
-rw-r--r-- | connectivity/source/drivers/dbase/DDatabaseMetaData.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx index 85b7a3a69dc1..6c1138f56285 100644 --- a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx +++ b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DDatabaseMetaData.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-10-05 14:39:02 $ + * last change: $Author: oj $ $Date: 2000-10-24 16:34:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,10 @@ #ifndef _CONNECTIVITY_DBASE_INDEX_HXX_ #include "dbase/DIndex.hxx" #endif +#define CONNECTIVITY_PROPERTY_NAME_SPACE dbase +#ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ +#include "propertyids.hxx" +#endif using namespace connectivity::dbase; using namespace connectivity::file; |