projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Documenting WX_MONOLITHIC build option.
[wxWidgets.git]
/
src
/
html
/
htmprint.cpp
diff --git
a/src/html/htmprint.cpp
b/src/html/htmprint.cpp
index ce67a52c691dfc473a11c1f9bb24f54ddd632eb4..b6a1bc636dc3123e08a8ce6ea9976c7736961e18 100644
(file)
--- a/
src/html/htmprint.cpp
+++ b/
src/html/htmprint.cpp
@@
-8,11
+8,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "htmprint.h"
-#endif
-
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
@@
-94,7
+89,7
@@
void wxHtmlDCRenderer::SetHtmlText(const wxString& html, const wxString& basepat
}
}
-void wxHtmlDCRenderer::SetFonts(
wxString normal_face, wxString
fixed_face,
+void wxHtmlDCRenderer::SetFonts(
const wxString& normal_face, const wxString&
fixed_face,
const int *sizes)
{
m_Parser->SetFonts(normal_face, fixed_face, sizes);
const int *sizes)
{
m_Parser->SetFonts(normal_face, fixed_face, sizes);
@@
-457,7
+452,7
@@
void wxHtmlPrintout::SetMargins(float top, float bottom, float left, float right
-void wxHtmlPrintout::SetFonts(
wxString normal_face, wxString
fixed_face,
+void wxHtmlPrintout::SetFonts(
const wxString& normal_face, const wxString&
fixed_face,
const int *sizes)
{
m_Renderer->SetFonts(normal_face, fixed_face, sizes);
const int *sizes)
{
m_Renderer->SetFonts(normal_face, fixed_face, sizes);
@@
-633,7
+628,7
@@
void wxHtmlEasyPrinting::SetFooter(const wxString& footer, int pg)
}
}
-void wxHtmlEasyPrinting::SetFonts(
wxString normal_face, wxString
fixed_face,
+void wxHtmlEasyPrinting::SetFonts(
const wxString& normal_face, const wxString&
fixed_face,
const int *sizes)
{
m_fontMode = FontMode_Explicit;
const int *sizes)
{
m_fontMode = FontMode_Explicit;