summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docruby.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-08 14:31:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-08 14:31:16 +0100
commitc1723a3b66aabbbfacce6f66d370d09067b7ed27 (patch)
tree1882056f72b2c098b23cf2b099625c9d0a7fa721 /sw/source/core/doc/docruby.cxx
parent8ac16e14f4a77b98716f059c51a4fe5dce6ef440 (diff)
loplugin:loopvartoosmall
Change-Id: I01b42f92b553695724305c1604db967da114a818
Diffstat (limited to 'sw/source/core/doc/docruby.cxx')
-rw-r--r--sw/source/core/doc/docruby.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docruby.cxx b/sw/source/core/doc/docruby.cxx
index 1d0e490fbfde..452907237398 100644
--- a/sw/source/core/doc/docruby.cxx
+++ b/sw/source/core/doc/docruby.cxx
@@ -97,7 +97,7 @@ void SwDoc::SetRubyList( const SwPaM& rPam, const SwRubyList& rList,
std::set<sal_uInt16> aDelArr;
aDelArr.insert( RES_TXTATR_CJK_RUBY );
- sal_uInt16 nListEntry = 0;
+ SwRubyList::size_type nListEntry = 0;
const SwPaM *_pStartCursor = rPam.GetNext(),
*_pStartCursor2 = _pStartCursor;