summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorChristian Barth <Christian.Barth@zoho.com>2019-10-03 20:22:04 +0200
committerMichael Stahl <michael.stahl@cib.de>2019-10-09 16:25:24 +0200
commit261fa8cdf4626c9785e0ca4776e44eab4b9222e0 (patch)
treeca2389706b771e891a553a6b413ab5e567ed60ae /xmloff/source/text
parenta73cb32c7285343cbb30b4647e8e7e448eebbb02 (diff)
tdf#114441 changed some sal_uLong to better fitting types
Change-Id: I114a6b028eb59a1ae38c31bc20439a35643fe972 Reviewed-on: https://gerrit.libreoffice.org/80159 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/XMLTextListAutoStylePool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx b/xmloff/source/text/XMLTextListAutoStylePool.cxx
index d77ad5e8e7c3..aa23ec13bf29 100644
--- a/xmloff/source/text/XMLTextListAutoStylePool.cxx
+++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx
@@ -173,7 +173,7 @@ sal_uInt32 XMLTextListAutoStylePool::Find( const XMLTextListAutoStylePoolEntry_I
uno::Any aAny1, aAny2;
aAny1 <<= pEntry->GetNumRules();
- for( sal_uLong nPos = 0; nPos < nCount; nPos++ )
+ for( sal_uInt32 nPos = 0; nPos < nCount; nPos++ )
{
aAny2 <<= (*pPool)[nPos]->GetNumRules();