diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-12-21 01:11:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-21 01:11:16 +0100 |
commit | 0d5d01a4d4d7dbdfaea4cf2a44094b58f09d1baa (patch) | |
tree | 563d2e1a4c358b42049973d322f51a35aae2e401 /sw | |
parent | 899538a155b0d58f3a864dbc26d0dc7c37386807 (diff) |
oops
Change-Id: I774c9281d9fbaa7601d09f6a8afb135da81f1b2b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/trvlfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx index f33cfcb6422f..8ea602fee809 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 ) { |