summaryrefslogtreecommitdiffstats
path: root/configmgr/source/dconf.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-21 13:47:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-21 13:59:50 +0200
commitc20f48abc6a2662fec12cb7588c69ff8e3a5d7c7 (patch)
treebf961589051eb72add2e7d8a9336ef848110de45 /configmgr/source/dconf.hxx
parentIn ValueChanger, don't accidentally modify oldValue (diff)
downloadcore-c20f48abc6a2662fec12cb7588c69ff8e3a5d7c7.tar.gz
core-c20f48abc6a2662fec12cb7588c69ff8e3a5d7c7.zip
configmgr/dconf: Simplify Fleet Commander write-back mode
* Get rid of different dconf trees for reading and writing again; the one single tree is /org/libreoffice/registry/. * Trigger the special write-back mode when a file $SYSUSERCONFIG/libreoffice/dconfwrite is present; then, ignore the default user:!... entry in CONFIGURATION_LAYERS (i.e., don't use the UserInstallation's registrymodifications.xcu) and instead write changes back to the dconf tree. Change-Id: I6b4d7251851da3fe7abbc9dcb080d57b278de96b
Diffstat (limited to 'configmgr/source/dconf.hxx')
-rw-r--r--configmgr/source/dconf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/dconf.hxx b/configmgr/source/dconf.hxx
index 1086c77a3dd4..f7f59703754c 100644
--- a/configmgr/source/dconf.hxx
+++ b/configmgr/source/dconf.hxx
@@ -19,7 +19,7 @@ namespace configmgr {
namespace configmgr { namespace dconf {
-void readLayer(Data & data, int layer, bool system);
+void readLayer(Data & data, int layer);
void writeModifications(Components & components, Data & data);