summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-16 13:03:04 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-16 13:03:04 +0200
commitc5285699162ad2888c7df015cdf035ab5bf00379 (patch)
tree70c78cbc756b57e89b3c575939d345bf9fc8c79d /sd
parentfa60d67d75a5a8973c71c4ab4288e343f446c733 (diff)
C++ overloading is clearly the best invention ever
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/htmlex.cxx2
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);