From 1617eef124e01ca3b3286e0ad5985c34dde7fadb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 21 Nov 2016 13:05:56 +0200 Subject: loplugin:countusersofdefaultparams in include/sot..svl Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9 Reviewed-on: https://gerrit.libreoffice.org/31038 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sot/storage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sot/storage.hxx') diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index fc0d4240fc1b..2365f13a237c 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -112,7 +112,7 @@ public: m_nError = nErrorCode; } - void SignAsRoot( bool b = true ) { m_bIsRoot = b; } + void SignAsRoot( bool b ) { m_bIsRoot = b; } // own data sector void SetClass( const SvGlobalName & rClass, -- cgit