[ooo-build-commit] Branch 'ooo/OOO320' - sd/source

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Dec 11 18:05:14 PST 2009


 sd/source/ui/annotations/annotationmanager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6314d7b61088efda4b262750251aaaa92083d52
Author: Oliver Bolte <obo at openoffice.org>
Date:   Fri Dec 11 10:38:18 2009 +0000

    CWS-TOOLING: integrate CWS ooo32gsl08
    2009-11-30 18:15:30 +0100 pl  r277678 : #i107248# cleanup updateGraphics
    2009-11-30 17:03:42 +0100 pl  r277677 : #i107080# invalidate is needed
    2009-11-30 16:58:46 +0100 pl  r277676 : #i107322# fix an access to dead memory
    2009-11-27 18:39:26 +0100 thb  r277670 : #i107248# Free render Picture before killing underlying drawable
    2009-11-26 11:50:48 +0100 pl  r277652 : #i107204# fix some native shortcuts on Snow Leopard
    2009-11-25 17:04:16 +0100 cl  r277638 : fixed typo
    2009-11-25 13:34:59 +0100 pl  r277634 : revert earlier ineffective change
    2009-11-24 13:04:19 +0100 pl  r277607 : #i107080# autorelease pool only on first yield

diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index 0190819..9bd1531 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;	
 }
 
 // --------------------------------------------------------------------


More information about the ooo-build-commit mailing list