sd/source/filter/html/htmlex.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c5285699162ad2888c7df015cdf035ab5bf00379 Author: Michael Stahl <mst...@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); _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits