Kaydet (Commit) d1515a61 authored tarafından Christian Lippka's avatar Christian Lippka

fixed typo

üst f06dd449
...@@ -199,7 +199,7 @@ AnnotationManagerImpl::AnnotationManagerImpl( ViewShellBase& rViewShellBase ) ...@@ -199,7 +199,7 @@ AnnotationManagerImpl::AnnotationManagerImpl( ViewShellBase& rViewShellBase )
{ {
SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType()); SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType());
if( pOptions ) if( pOptions )
mbShowAnnotations = pOptions->IsPreviewTransitions() == sal_True; mbShowAnnotations = pOptions->IsShowComments() == TRUE;
} }
// -------------------------------------------------------------------- // --------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment