summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 13:05:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 12:09:24 +0000
commit1617eef124e01ca3b3286e0ad5985c34dde7fadb (patch)
tree0f9471b483218d56b36aab03a175ce307aae6532 /include/sot/storage.hxx
parentbeb8cfcf32f855a0fb638caef4782d9d867e3102 (diff)
loplugin:countusersofdefaultparams in include/sot..svl
Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9 Reviewed-on: https://gerrit.libreoffice.org/31038 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sot/storage.hxx')
-rw-r--r--include/sot/storage.hxx2
1 files changed, 1 insertions, 1 deletions
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,