X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..d21aa7f4eb15c7b92a7107b3e24beaa0d618cf84:/src/palmos/printpalm.cpp diff --git a/src/palmos/printpalm.cpp b/src/palmos/printpalm.cpp index 1ff991aa29..722ac5085d 100644 --- a/src/palmos/printpalm.cpp +++ b/src/palmos/printpalm.cpp @@ -36,12 +36,12 @@ #include "wx/app.h" #include "wx/msgdlg.h" #include "wx/intl.h" + #include "wx/log.h" + #include "wx/dcprint.h" #endif #include "wx/palmos/printpalm.h" -#include "wx/dcprint.h" #include "wx/printdlg.h" -#include "wx/log.h" #include "wx/palmos/private.h" // --------------------------------------------------------------------------- @@ -79,7 +79,7 @@ bool wxPalmPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt) wxDC* wxPalmPrinter::PrintDialog(wxWindow *parent) { - wxDC* dc = (wxDC*) NULL; + wxDC* dc = NULL; return dc; } @@ -118,6 +118,7 @@ bool wxPalmPrintPreview::Print(bool interactive) void wxPalmPrintPreview::DetermineScaling() { + // TODO } #endif