diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-24 14:42:07 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-24 14:42:07 +0000 |
commit | 21433483eb1fec5e7f1d53546e3828e451a687fe (patch) | |
tree | 99700c7bd62b7ee4f820129ccabef2c5cec85a7a /connectivity/source/sdbcx/VTable.cxx | |
parent | bcf82c3e850e03bf497f47cc92eb11fdeeb1aee9 (diff) |
make strings unique for lib's
Diffstat (limited to 'connectivity/source/sdbcx/VTable.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VTable.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VTable.cxx b/connectivity/source/sdbcx/VTable.cxx index 54ea870b7eaf..fac9a201ae3c 100644 --- a/connectivity/source/sdbcx/VTable.cxx +++ b/connectivity/source/sdbcx/VTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VTable.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-10-17 08:36:20 $ + * last change: $Author: oj $ $Date: 2000-10-24 15:40:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,7 @@ #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ #include <com/sun/star/lang/DisposedException.hpp> #endif +#define CONNECTIVITY_PROPERTY_NAME_SPACE dbtools #ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ #include "propertyids.hxx" #endif @@ -83,6 +84,7 @@ #endif // ------------------------------------------------------------------------- +using namespace connectivity::dbtools; using namespace connectivity; using namespace connectivity::sdbcx; using namespace ::com::sun::star::beans; |