summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-12-14 10:49:50 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-12-14 10:49:50 +0100
commit17ffefd4513392729e377beedb2d075e9da64106 (patch)
tree870955104f56814a4d0495c1a6d2ef1dbd2a1dc4
parent9c51cc8e86bfefd98f56b25f182131f9b818b882 (diff)
parent8211ed668becade2766f5a5506c57c2334047bff (diff)
CWS-TOOLING: integrate CWS ooo32gsl08_DEV300ooo/DEV300_m68
-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 dba20e8bc..7b046aef9 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;
}
// --------------------------------------------------------------------