summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
diff options
context:
space:
mode:
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,