INTEGRATION: CWS pj69 (1.37.2); FILE MERGED
2007/01/03 14:53:09 pjanik 1.37.2.1: #i73070#: Add initializations to prevent warnings.
This commit is contained in:
parent
935482d5a9
commit
445a02ed90
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: slideshowimpl.cxx,v $
|
||||
*
|
||||
* $Revision: 1.37 $
|
||||
* $Revision: 1.38 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2007-01-02 12:57:20 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-09 11:29:29 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -650,7 +650,7 @@ bool SlideshowImpl::startPreview(
|
|||
Reference< XIndexAccess > xSlides( xDrawPages->getDrawPages(), UNO_QUERY_THROW );
|
||||
mpSlideController.reset( new AnimationSlideController( xSlides, AnimationSlideController::PREVIEW ) );
|
||||
|
||||
sal_Int32 nSlideNumber;
|
||||
sal_Int32 nSlideNumber = 0;
|
||||
Reference< XPropertySet > xSet( mxPreviewDrawPage, UNO_QUERY_THROW );
|
||||
xSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Number" ) ) ) >>= nSlideNumber;
|
||||
mpSlideController->insertSlideNumber( nSlideNumber-1 );
|
||||
|
|
Loading…
Reference in a new issue