[Libreoffice-commits] core.git: configmgr/source
Stephan Bergmann
sbergman at redhat.com
Thu Oct 1 05:11:55 PDT 2015
configmgr/source/modifications.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2ba0864137c2c3c1f2da4a84c81f269fc7dd2098
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 1 14:10:43 2015 +0200
Revert function removal that breaks --enable-dconf
...from 58aea3f36c14414f95668e229a7350598f6c53a8 "loplugin:unusedmethods"
Change-Id: I2b218ca01589f3d2efd583aa4e5fb21d19d6319e
diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx
index 04ad5c3..098992d 100644
--- a/configmgr/source/modifications.hxx
+++ b/configmgr/source/modifications.hxx
@@ -45,6 +45,8 @@ public:
void remove(Path const & path);
+ void clear() { root_.children.clear(); }
+
bool empty() const { return root_.children.empty(); }
Node const & getRoot() const { return root_;}
More information about the Libreoffice-commits
mailing list