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/file/FResultSet.cxx | |
parent | 7ca8b14889621c6ad5bf3f654bfa51476685ce7c (diff) |
make strings unique for lib's
Diffstat (limited to 'connectivity/source/drivers/file/FResultSet.cxx')
-rw-r--r-- | connectivity/source/drivers/file/FResultSet.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx index 8e17d1fc1f39..aeb9d2b3fb26 100644 --- a/connectivity/source/drivers/file/FResultSet.cxx +++ b/connectivity/source/drivers/file/FResultSet.cxx @@ -2,9 +2,9 @@ * * $RCSfile: FResultSet.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: oj $ $Date: 2000-10-19 11:56:36 $ + * last change: $Author: oj $ $Date: 2000-10-24 16:34:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,7 @@ #ifndef _CONNECTIVITY_FILE_ORESULTSET_HXX_ #include "file/FResultSet.hxx" #endif +#define CONNECTIVITY_PROPERTY_NAME_SPACE file #ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ #include "propertyids.hxx" #endif |