From 54107c9b3c0e07d70b9afb7d367dea14bf98e4cd Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 4 Dec 2012 13:47:35 +0100 Subject: more explicit ctors Change-Id: If91343890d9ed29ff2887e47c7c0a332baa5a8e1 --- unotools/inc/unotools/configitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools/inc') 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 -- cgit