summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations/annotationmanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/annotations/annotationmanager.cxx')
-rw-r--r--sd/source/ui/annotations/annotationmanager.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index ec998abda243..3da2764a151b 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -989,11 +989,11 @@ void AnnotationManagerImpl::ExecuteAnnotationContextMenu( Reference< XAnnotation
{
if( pAnnotationWindow->IsProtected() || bReadOnly )
{
- pMenu->EnableItem( SID_ATTR_CHAR_WEIGHT, sal_False );
- pMenu->EnableItem( SID_ATTR_CHAR_POSTURE, sal_False );
- pMenu->EnableItem( SID_ATTR_CHAR_UNDERLINE, sal_False );
- pMenu->EnableItem( SID_ATTR_CHAR_STRIKEOUT, sal_False );
- pMenu->EnableItem( SID_PASTE, sal_False );
+ pMenu->EnableItem( SID_ATTR_CHAR_WEIGHT, false );
+ pMenu->EnableItem( SID_ATTR_CHAR_POSTURE, false );
+ pMenu->EnableItem( SID_ATTR_CHAR_UNDERLINE, false );
+ pMenu->EnableItem( SID_ATTR_CHAR_STRIKEOUT, false );
+ pMenu->EnableItem( SID_PASTE, false );
}
else
{