summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2009-11-25 16:04:16 +0000
committerChristian Lippka <cl@openoffice.org>2009-11-25 16:04:16 +0000
commitd1515a61d40e8939acb7b695f60d61c21c66bddb (patch)
treee8dc23fa6ecb39a47dc75476ab99f018363d2d92 /sd/source
parentf06dd4493d6bdc97371138ae1e28ac5d37bc188e (diff)
fixed typo
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/annotations/annotationmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index bbc9bbd539f3..e24b28a0e814 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -199,7 +199,7 @@ AnnotationManagerImpl::AnnotationManagerImpl( ViewShellBase& rViewShellBase )
{
SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType());
if( pOptions )
- mbShowAnnotations = pOptions->IsPreviewTransitions() == sal_True;
+ mbShowAnnotations = pOptions->IsShowComments() == TRUE;
}
// --------------------------------------------------------------------