INTEGRATION: CWS sdwarningsbegone (1.11.4); FILE MERGED
2006/11/27 15:15:04 cl 1.11.4.1: #i69285# warning free code changes for sd project
This commit is contained in:
parent
0ae1a389e0
commit
ab48bb4ba1
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: SlsViewOverlay.cxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2006-11-14 14:37:02 $
|
||||
* last change: $Author: kz $ $Date: 2006-12-12 18:39:08 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -534,7 +534,7 @@ void InsertionIndicatorOverlay::SetPosition (const Point& rPoint)
|
|||
Layouter& rLayouter (
|
||||
mrViewOverlay.GetController().GetView().GetLayouter());
|
||||
USHORT nPageCount
|
||||
= mrViewOverlay.GetController().GetModel().GetPageCount();
|
||||
= (USHORT)mrViewOverlay.GetController().GetModel().GetPageCount();
|
||||
|
||||
sal_Int32 nInsertionIndex = rLayouter.GetInsertionIndex (rPoint,
|
||||
bAllowHorizontalInsertMarker);
|
||||
|
|
Loading…
Reference in a new issue