summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-25 13:41:45 +0000
committerOliver Specht <os@openoffice.org>2001-06-25 13:41:45 +0000
commitdeef81dc8bd0f9c58389b68a3b0fa10e7fcfe4ca (patch)
tree6b1ebbb289dd468cda1c0c86bc12664e2587f4c0 /unotools/inc/unotools/configmgr.hxx
parentbcf95a9aff79e2cde52c954bcddc10127aa649b2 (diff)
#88352# tree can be released, internal notificaion enabled
Diffstat (limited to 'unotools/inc/unotools/configmgr.hxx')
-rw-r--r--unotools/inc/unotools/configmgr.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx
index 12da49bd828c..5a3e2c108afd 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: th $ $Date: 2001-05-10 11:34:11 $
+ * last change: $Author: os $ $Date: 2001-06-25 14:41:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,6 +108,11 @@ namespace utl
com::sun::star::uno::Reference< com::sun::star::container::XHierarchicalNameAccess>
AddConfigItem(utl::ConfigItem& rCfgItem);
+ void RegisterConfigItem(utl::ConfigItem& rCfgItem);
+ com::sun::star::uno::Reference< com::sun::star::container::XHierarchicalNameAccess>
+ AcquireTree(utl::ConfigItem& rCfgItem);
+
+
void RemoveConfigItem(utl::ConfigItem& rCfgItem);
void StoreConfigItems();