summaryrefslogtreecommitdiff
path: root/sw/source/core/text/widorp.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-15 18:08:15 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-15 18:08:15 +0100
commit0a9e48f8e95723b42c0d4f52013e627a4b6d135d (patch)
tree5384198f664ebad280e25b8a5e2df5e32feec150 /sw/source/core/text/widorp.cxx
parent366600eee2915724d275f9ac78ab3aa3675a49c0 (diff)
parentc50e8a2df2e04d9d2c225df0ea648f0501acc250 (diff)
CWS mongolianlayout: resync to m100
Diffstat (limited to 'sw/source/core/text/widorp.cxx')
-rw-r--r--sw/source/core/text/widorp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/widorp.cxx b/sw/source/core/text/widorp.cxx
index c7afdc79edca..f0fe98e44987 100644
--- a/sw/source/core/text/widorp.cxx
+++ b/sw/source/core/text/widorp.cxx
@@ -494,7 +494,7 @@ sal_Bool WidowsAndOrphans::FindWidows( SwTxtFrm *pFrame, SwTxtMargin &rLine )
// --> FME 2008-09-16 #i91421#
if ( !pMaster->GetIndPrev() )
{
- ULONG nLines = pMaster->GetThisLines();
+ sal_uLong nLines = pMaster->GetThisLines();
if(nLines == 0 && pMaster->HasPara())
{
const SwParaPortion *pMasterPara = pMaster->GetPara();