svx/source/tbxctrls/Palette.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 65bd55cc6aa3056d0f4f62b9ab0f9d0527137ed4
Author: Jan Holesovsky <ke...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to