[Libreoffice-commits] core.git: configmgr/source

Stephan Bergmann sbergman at redhat.com
Wed Aug 30 12:19:47 UTC 2017


 configmgr/source/dconf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 975d65eca3ccac4a9e2ff978ff15cdaa1828f89d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Aug 30 14:15:53 2017 +0200

    loplugin:constparams
    
    Change-Id: I8bc9fd2a3ad727f1a0f4b98254efdae085a2b8cd

diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx
index 2ba4d0c9b43c..586c5289dc34 100644
--- a/configmgr/source/dconf.cxx
+++ b/configmgr/source/dconf.cxx
@@ -749,7 +749,7 @@ ReadValue readValue(
 
 void finalize(
     GObjectHolder<DConfClient> const & client, OString const & path,
-    rtl::Reference<Node> & node, int layer)
+    rtl::Reference<Node> const & node, int layer)
 {
     if (!dconf_client_is_writable(client.get(), path.getStr())) {
         node->setFinalized(layer);


More information about the Libreoffice-commits mailing list