summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FStatement.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-24 15:19:10 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-24 15:19:10 +0000
commit63c9f791d5cc37be7f41df79404f3b33799dec73 (patch)
tree652edebd809cb0d2556f2542973d55ea7cffb89f /connectivity/source/drivers/file/FStatement.cxx
parentdf4d22d96a07fabb3e0c58cb48e60534cb16a193 (diff)
make strings unique for lib's
Diffstat (limited to 'connectivity/source/drivers/file/FStatement.cxx')
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx19
1 files changed, 15 insertions, 4 deletions
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index f21a410e077e..d36c0cc5b06c 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2000-10-19 11:56:36 $
+ * last change: $Author: oj $ $Date: 2000-10-24 16:19:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,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
@@ -106,8 +107,16 @@
#define THROW_SQL(x) \
OTools::ThrowException(x,m_aStatementHandle,SQL_HANDLE_STMT,*this)
-using namespace connectivity::file;
-using namespace connectivity;
+namespace connectivity
+{
+ namespace file
+ {
+// define the properties of this lib
+// this file includes the properties for this dll
+#ifndef CONNECTIVITY_USTRINGDESCRIPTION_IMPL_HXX
+#include "UStringDescription_Impl.hxx"
+#endif
+
//------------------------------------------------------------------------------
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
@@ -363,3 +372,5 @@ OResultSet* OStatement::createResultSet()
// -------------------------------------------------------------------------
IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbc.driver.file.Statement","com.sun.star.sdbc.Statement");
+ }
+} \ No newline at end of file