summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r--configmgr/source/components.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index d6f7144f58df..1b9066a45ee3 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -66,7 +66,7 @@
#include "xcsparser.hxx"
#if ENABLE_DCONF
-#include <readdconflayer.hxx>
+#include <dconf.hxx>
#endif
#if defined WNT
@@ -536,7 +536,7 @@ Components::Components(
if (url == "!") {
modificationTarget_ = ModificationTarget::Dconf;
} else if (url == "*") {
- readDconfLayer(data_, layer);
+ dconf::readLayer(data_, layer);
} else {
throw css::uno::RuntimeException(
"CONFIGURATION_LAYERS: unknown \"dconf\" kind \"" + url