Kaydet (Commit) 65bd55cc authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix the Windows build.

Change-Id: I38fd1856044863b46792e3a1d6f69e51e9fffe0f
üst e7f8b9f8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment