[Libreoffice-commits] core.git: sw/source

Michael Stahl mstahl at redhat.com
Fri Dec 20 16:14:37 PST 2013


 sw/source/core/layout/trvlfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d5d01a4d4d7dbdfaea4cf2a44094b58f09d1baa
Author: Michael Stahl <mstahl at redhat.com>
Date:   Sat Dec 21 01:11:16 2013 +0100

    oops
    
    Change-Id: I774c9281d9fbaa7601d09f6a8afb135da81f1b2b

diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx
index f33cfcb..8ea602f 100644
--- a/sw/source/core/layout/trvlfrm.cxx
+++ b/sw/source/core/layout/trvlfrm.cxx
@@ -1404,7 +1404,7 @@ void SwPageFrm::GetCntntPosition( const Point &rPt, SwPosition &rPos ) const
 
     const SwCntntFrm *pAct = pCntnt;
     Point aAct       = rPt;
-    sal_uLong nDist  = SAL_MAX_UINT64;
+    sal_uInt64 nDist = SAL_MAX_UINT64;
 
     while ( pCntnt )
     {


More information about the Libreoffice-commits mailing list