diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-04 13:47:35 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-04 14:26:30 +0100 |
commit | 54107c9b3c0e07d70b9afb7d367dea14bf98e4cd (patch) | |
tree | 216d7bbf38ee872a54a6423eee119000abf704ca /unotools/inc | |
parent | a75a79e32718f98bf1f84199c944a831bec75a6a (diff) |
more explicit ctors
Change-Id: If91343890d9ed29ff2887e47c7c0a332baa5a8e1
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/configitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/configitem.hxx b/unotools/inc/unotools/configitem.hxx index 19cbe1cd375f..d9f7675a185e 100644 --- a/unotools/inc/unotools/configitem.hxx +++ b/unotools/inc/unotools/configitem.hxx @@ -104,7 +104,7 @@ namespace utl GetTree(); protected: - ConfigItem(const OUString &rSubTree, + explicit ConfigItem(const OUString &rSubTree, sal_Int16 nMode = CONFIG_MODE_DELAYED_UPDATE); void SetModified (); // mark item as modified |