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
commiteb86211c1db0bb492669e7ac8302b89254ed4793 (patch)
tree46f740459aab4a71a879d07762c4c4d8054556e7
parent091efe0f1da9d1d2df208ab33403815a30858352 (diff)
parentd1515a61d40e8939acb7b695f60d61c21c66bddb (diff)
CWS-TOOLING: integrate CWS ooo32gsl08_DEV300
Notes
split repo tag: impress_ooo/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 e3076ec22bbe..9e650d0da43c 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;
}
// --------------------------------------------------------------------