[Libreoffice-commits] .: sd/source

Michael Stahl mst at kemper.freedesktop.org
Mon Apr 16 04:05:50 PDT 2012


 sd/source/filter/html/htmlex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c5285699162ad2888c7df015cdf035ab5bf00379
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Apr 16 13:03:04 2012 +0200

    C++ overloading is clearly the best invention ever

diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx
index 6b58bab..57df9d4 100644
--- a/sd/source/filter/html/htmlex.cxx
+++ b/sd/source/filter/html/htmlex.cxx
@@ -2050,7 +2050,7 @@ bool HtmlExport::CreateOutlinePages()
     }
 
     // Seite 0 wird der zugeklappte Outline, Seite 1 der aufgeklappte
-    for( int nPage = 0; nPage < (mbImpress?2:1) && bOk; nPage++ )
+    for (sal_Int32 nPage = 0; nPage < (mbImpress?2:1) && bOk; ++nPage)
     {
         // Html Kopf
         String aStr(maHTMLHeader);


More information about the Libreoffice-commits mailing list