summaryrefslogtreecommitdiffstats
path: root/include/unotools/configmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/configmgr.hxx')
-rw-r--r--include/unotools/configmgr.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/unotools/configmgr.hxx b/include/unotools/configmgr.hxx
index 92ae409b3882..bf425885b083 100644
--- a/include/unotools/configmgr.hxx
+++ b/include/unotools/configmgr.hxx
@@ -57,16 +57,14 @@ public:
SAL_DLLPRIVATE static ConfigManager & getConfigManager();
- SAL_DLLPRIVATE static com::sun::star::uno::Reference<
- com::sun::star::container::XHierarchicalNameAccess>
+ SAL_DLLPRIVATE static css::uno::Reference< css::container::XHierarchicalNameAccess>
acquireTree(utl::ConfigItem & item);
SAL_DLLPRIVATE ConfigManager();
SAL_DLLPRIVATE ~ConfigManager();
- SAL_DLLPRIVATE com::sun::star::uno::Reference<
- com::sun::star::container::XHierarchicalNameAccess >
+ SAL_DLLPRIVATE css::uno::Reference< css::container::XHierarchicalNameAccess >
addConfigItem(utl::ConfigItem & item);
SAL_DLLPRIVATE void removeConfigItem(utl::ConfigItem & item);