summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-09-21 11:40:13 +0000
committerOliver Specht <os@openoffice.org>2000-09-21 11:40:13 +0000
commit7404843854fb86f0c344529da30f2c602da8d4f1 (patch)
tree100719129b920c86b7caf78cc457153349e52b4c /unotools/inc/unotools/configmgr.hxx
parent23d986b01d9e787ffa645282cb2936a0cf56275c (diff)
addConfigItem: return type changed
Diffstat (limited to 'unotools/inc/unotools/configmgr.hxx')
-rw-r--r--unotools/inc/unotools/configmgr.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx
index 1c65d68d9b47..a3dbdd8370d3 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:03:52 $
+ * last change: $Author: os $ $Date: 2000-09-21 12:40:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,8 +74,8 @@ namespace com{ namespace sun{ namespace star{
namespace lang{
class XMultiServiceFactory;
}
- namespace beans{
- class XMultiPropertySet;
+ namespace container{
+ class XHierarchicalNameAccess;
}
}}}
@@ -98,7 +98,7 @@ namespace utl
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
GetConfigurationProvider();
- com::sun::star::uno::Reference< com::sun::star::beans::XMultiPropertySet>
+ com::sun::star::uno::Reference< com::sun::star::container::XHierarchicalNameAccess>
AddConfigItem(utl::ConfigItem& rCfgItem);
void RemoveConfigItem(utl::ConfigItem& rCfgItem);