[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Sun Sep 14 07:02:16 PDT 2014


 sc/source/filter/xml/xmlstyle.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9fecabec60d63b2b5eefafc81308f13f770e67b9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Sep 14 14:59:16 2014 +0100

    Resolves: fdo#83633 remove additional ++i
    
    Regression from 63ea2d467b50452ae0cab18b4151107a747ae70d
    
    Date:   Wed Jul 2 19:10:24 2014 +0200
    replace while with for
    
    Change-Id: I151e447446b9793cff6abe7633eca4d11059a390

diff --git a/sc/source/filter/xml/xmlstyle.cxx b/sc/source/filter/xml/xmlstyle.cxx
index 0a05a56..50fe787 100644
--- a/sc/source/filter/xml/xmlstyle.cxx
+++ b/sc/source/filter/xml/xmlstyle.cxx
@@ -671,7 +671,6 @@ void ScXMLAutoStylePoolP::exportStyleAttributes(
                 }
                 break;
             }
-            ++i;
         }
     }
 }


More information about the Libreoffice-commits mailing list