From 444c5cbdeb11577f265f256d616c921c20246e99 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Tue, 24 Oct 2000 15:34:43 +0000 Subject: make strings unique for lib's --- connectivity/source/drivers/flat/ETable.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'connectivity/source/drivers/flat/ETable.cxx') diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index 11d71ae0ddb5..540d94440af6 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ETable.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-10-19 11:55:41 $ + * last change: $Author: oj $ $Date: 2000-10-24 16:32:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,6 +123,7 @@ #ifndef _UTL_CONFIGMGR_HXX_ #include #endif +#define CONNECTIVITY_PROPERTY_NAME_SPACE flat #ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ #include "propertyids.hxx" #endif -- cgit