Tag: cws_dev300_dba31a
User: fs      
Date: 2008-07-29 10:57:41+0000
Modified:
   dba/reportdesign/source/ui/report/ReportWindow.cxx

Log:
 #i10000#

File Changes:

Directory: /dba/reportdesign/source/ui/report/
==============================================

File [changed]: ReportWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportWindow.cxx?r1=1.6.28.6&r2=1.6.28.7
Delta lines:  +2 -2
-------------------
--- ReportWindow.cxx    2008-07-07 06:40:22+0000        1.6.28.6
+++ ReportWindow.cxx    2008-07-29 10:57:38+0000        1.6.28.7
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: ReportWindow.cxx,v $
- * $Revision: 1.6.28.6 $
+ * $Revision: 1.6.28.7 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -156,7 +156,7 @@
     aStartWith *= m_aViewsWindow.GetMapMode().GetScaleX();
     if ( _bWithEnd )
         aStartWith += Fraction(long(REPORT_ENDMARKER_WIDTH));
-       return (aStartWith);
+       return sal_Int32((long)aStartWith);
 }
 
//------------------------------------------------------------------------------
 sal_Int32 OReportWindow::GetTotalWidth() const




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to