summaryrefslogtreecommitdiff
path: root/sfx2/source/control/statcach.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/statcach.cxx')
-rw-r--r--sfx2/source/control/statcach.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx
index cb5df7946bac..1c3644205abb 100644
--- a/sfx2/source/control/statcach.cxx
+++ b/sfx2/source/control/statcach.cxx
@@ -376,7 +376,7 @@ void SfxStateCache::SetVisibleState( sal_Bool bShow )
}
else
{
- pState = new SfxVisibilityItem( nId, sal_False );
+ pState = new SfxVisibilityItem( nId, false );
bDeleteItem = sal_True;
}