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/jdbc/ResultSet.cxx | |
parent | 7ca8b14889621c6ad5bf3f654bfa51476685ce7c (diff) |
make strings unique for lib's
Diffstat (limited to 'connectivity/source/drivers/jdbc/ResultSet.cxx')
-rw-r--r-- | connectivity/source/drivers/jdbc/ResultSet.cxx | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/connectivity/source/drivers/jdbc/ResultSet.cxx b/connectivity/source/drivers/jdbc/ResultSet.cxx index b7c9bb886081..67f427b2e4bd 100644 --- a/connectivity/source/drivers/jdbc/ResultSet.cxx +++ b/connectivity/source/drivers/jdbc/ResultSet.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ResultSet.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-10-11 10:46:14 $ + * last change: $Author: oj $ $Date: 2000-10-24 16:31:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,7 @@ #ifndef _CONNECTIVITY_JAVA_TOOLS_HXX_ #include "java/tools.hxx" #endif +#define CONNECTIVITY_PROPERTY_NAME_SPACE jdbc #ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ #include "propertyids.hxx" #endif @@ -110,6 +111,18 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #endif +// define the properties of this lib +// this file includes the properties for this dll +namespace connectivity +{ + namespace jdbc + { +#ifndef CONNECTIVITY_USTRINGDESCRIPTION_IMPL_HXX +#include "UStringDescription_Impl.hxx" +#endif + } +} + using namespace connectivity; using namespace ::com::sun::star::uno; |