diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 10:49:50 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 10:49:50 +0100 |
commit | eb86211c1db0bb492669e7ac8302b89254ed4793 (patch) | |
tree | 46f740459aab4a71a879d07762c4c4d8054556e7 /sd/source | |
parent | 091efe0f1da9d1d2df208ab33403815a30858352 (diff) | |
parent | d1515a61d40e8939acb7b695f60d61c21c66bddb (diff) |
CWS-TOOLING: integrate CWS ooo32gsl08_DEV300
Notes
Notes:
split repo tag: impress_ooo/DEV300_m68
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 2 |
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; } // -------------------------------------------------------------------- |