summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-07-23 15:12:15 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-07-23 15:12:44 +0100
commit20ac67f06bc1a21a52e0843de3139d3d6133e4de (patch)
tree9b248a455dc0f8d13d2b086fbdc2a7bae57ff82b /cui
parent0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b (diff)
WaE: misc. fixes.
Change-Id: I6cab01b0b82f7b82fff617715c5af45d23c536fe
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optcolor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index ee68e3bbf372..7bbc4374e9bf 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -779,7 +779,7 @@ void ColorConfigWindow_Impl::SetAppearance ()
ColorListBox aSampleColorList(this);
{
XColorListRef const xColorTable = XColorList::CreateStdColorList();
- for (unsigned i = 0; i != xColorTable->Count(); ++i)
+ for (sal_Int32 i = 0; i != xColorTable->Count(); ++i)
{
XColorEntry& rEntry = *xColorTable->GetColor(i);
aSampleColorList.InsertEntry(rEntry.GetColor(), rEntry.GetName());