summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/commanddefinition.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-05 08:37:27 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-05 08:37:27 +0000
commitc244487eda1e0a96687b87b611203ce307221c06 (patch)
treea6c1ccebff0231ebac44ec0cb3e31742dacf3124 /dbaccess/source/core/dataaccess/commanddefinition.hxx
parent343007393b94437a45a3c4b5797715873a54905c (diff)
using comphelper::OPropertyContainer instead of connectivity::OSimplePropertyContainer
Diffstat (limited to 'dbaccess/source/core/dataaccess/commanddefinition.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/commanddefinition.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/core/dataaccess/commanddefinition.hxx b/dbaccess/source/core/dataaccess/commanddefinition.hxx
index f54c86942ffc..7e5e8c58d640 100644
--- a/dbaccess/source/core/dataaccess/commanddefinition.hxx
+++ b/dbaccess/source/core/dataaccess/commanddefinition.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: commanddefinition.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:15:40 $
+ * last change: $Author: fs $ $Date: 2000-10-05 09:35:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,8 +68,8 @@
#ifndef _DBA_CORE_CONTAINERELEMENT_HXX_
#include "containerelement.hxx"
#endif
-#ifndef _DBA_CORE_SIMPLEPROPERTYCONTAINER_HXX_
-#include "simplepropertycontainer.hxx"
+#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
+#include <comphelper/propertycontainer.hxx>
#endif
#ifndef _DBA_CORE_CONFIGURATIONFLUSHABLE_HXX_
#include "configurationflushable.hxx"
@@ -108,7 +108,7 @@ class OCommandDefinition :public OCommandDefinition_Base
,public OCommandBase
,public OContainerElement
,public OMutexAndBroadcastHelper
- ,public OSimplePropertyContainer
+ ,public ::comphelper::OPropertyContainer
,public OConfigurationFlushable
,public ::utl::OPropertyArrayUsageHelper< OCommandDefinition >
{