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/VGroup.cxx | |
parent | bcf82c3e850e03bf497f47cc92eb11fdeeb1aee9 (diff) |
make strings unique for lib's
Diffstat (limited to 'connectivity/source/sdbcx/VGroup.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VGroup.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VGroup.cxx b/connectivity/source/sdbcx/VGroup.cxx index e1320db1bd14..89e7f698cc70 100644 --- a/connectivity/source/sdbcx/VGroup.cxx +++ b/connectivity/source/sdbcx/VGroup.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VGroup.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 @@ -72,6 +72,7 @@ #ifndef _COM_SUN_STAR_SDBCX_PRIVILEGEOBJECT_HPP_ #include <com/sun/star/sdbcx/PrivilegeObject.hpp> #endif +#define CONNECTIVITY_PROPERTY_NAME_SPACE dbtools #ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ #include "propertyids.hxx" #endif @@ -81,6 +82,7 @@ // ------------------------------------------------------------------------- +using namespace connectivity::dbtools; using namespace connectivity::sdbcx; using namespace connectivity; using namespace ::com::sun::star::sdbc; |