summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/opredlin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-29 14:12:20 +0200
committerNoel Grandin <noel@peralex.com>2015-06-02 12:09:56 +0200
commit6ef9f7e2025a2334034e9c8f7b3422220add4742 (patch)
treea97096df0d2627574f685ed37b3abbe296833538 /sc/source/ui/optdlg/opredlin.cxx
parentacd4ecc38fc3aa486b7eaf8d5effa4a5ea034ccd (diff)
loplugin:loopvartoosmall
Change-Id: Ib4def3435eab4625645c5afe3b151f9f430564ac
Diffstat (limited to 'sc/source/ui/optdlg/opredlin.cxx')
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index 360836ea0cda..e2bea02f386c 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -144,7 +144,7 @@ void ScRedlineOptionsTabPage::Reset( const SfxItemSet* /* rSet */ )
m_pRemoveColorLB->SetUpdateMode( false);
XColorListRef xColorLst = XColorList::GetStdColorList();
- for( sal_uInt16 i = 0; i < xColorLst->Count(); ++i )
+ for( long i = 0; i < xColorLst->Count(); ++i )
{
XColorEntry* pEntry = xColorLst->GetColor( i );
Color aColor = pEntry->GetColor();