[Libreoffice-commits] core.git: svx/source
Jan Holesovsky
kendy at collabora.com
Wed Sep 17 03:20:38 PDT 2014
svx/source/tbxctrls/Palette.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 65bd55cc6aa3056d0f4f62b9ab0f9d0527137ed4
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Sep 17 12:19:08 2014 +0200
Fix the Windows build.
Change-Id: I38fd1856044863b46792e3a1d6f69e51e9fffe0f
diff --git a/svx/source/tbxctrls/Palette.cxx b/svx/source/tbxctrls/Palette.cxx
index ba5bdbd..b0e70db 100644
--- a/svx/source/tbxctrls/Palette.cxx
+++ b/svx/source/tbxctrls/Palette.cxx
@@ -52,8 +52,7 @@ void PaletteGPL::LoadColorSet( SvxColorValueSet& rColorSet )
rColorSet.Clear();
int nIx = 1;
- for(typename ColorList::const_iterator it = maColors.begin();
- it != maColors.end(); ++it)
+ for (ColorList::const_iterator it = maColors.begin(); it != maColors.end(); ++it)
{
rColorSet.InsertItem(nIx, it->first, it->second);
++nIx;
More information about the Libreoffice-commits
mailing list