diff options
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index 6b58babb4c24..57df9d41b814 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); |