summaryrefslogtreecommitdiff
path: root/configmgr/source/registry/configregistry.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-25 05:51:47 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-25 05:51:47 +0000
commitb7e04c9a18c4987339c4ab2602e9d2017b3b999b (patch)
treeae51aa5133d5cffae1ccbd6434e5a5879f3f1cdd /configmgr/source/registry/configregistry.cxx
parent71f2a8f7838f9f1a2ce6b2a93709e2cb5ac91a36 (diff)
migration unotools -> comphelper
Diffstat (limited to 'configmgr/source/registry/configregistry.cxx')
-rw-r--r--configmgr/source/registry/configregistry.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/source/registry/configregistry.cxx b/configmgr/source/registry/configregistry.cxx
index 5233bdf337..d6feab1fd7 100644
--- a/configmgr/source/registry/configregistry.cxx
+++ b/configmgr/source/registry/configregistry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configregistry.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:13:41 $
+ * last change: $Author: fs $ $Date: 2000-10-25 06:50:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,8 +67,8 @@
#include "cfgregistrykey.hxx"
#endif
-#ifndef _UTL_SEQUENCE_HXX_
-#include <unotools/sequence.hxx>
+#ifndef _COMPHELPER_SEQUENCE_HXX_
+#include <comphelper/sequence.hxx>
#endif
#ifndef _CPPUHELPER_TYPEPROVIDER_HXX_
#include <cppuhelper/typeprovider.hxx>
@@ -158,7 +158,7 @@ Any SAL_CALL OConfigurationRegistry::queryInterface( const Type& _rType ) throw(
//--------------------------------------------------------------------------
Sequence< Type > SAL_CALL OConfigurationRegistry::getTypes( ) throw(RuntimeException)
{
- return ::utl::concatSequences(
+ return ::comphelper::concatSequences(
ServiceComponentImpl::getTypes(),
OConfigurationRegistry_Base::getTypes());
}