Kaydet (Commit) c5285699 authored tarafından Michael Stahl's avatar Michael Stahl

C++ overloading is clearly the best invention ever

üst fa60d67d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment