summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r--sd/source/ui/view/drviews7.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index 2ee338859dad..f9be5a1d21fe 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -1286,7 +1286,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
if (!SvtModuleOptions().IsCalc())
{
// remove menu entry if module is not available
- rSet.Put( SfxVisibilityItem( SID_ATTR_TABLE, sal_False ) );
+ rSet.Put( SfxVisibilityItem( SID_ATTR_TABLE, false ) );
}
if (!SvtModuleOptions().IsChart())
{