X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/148d83b59f6b0ad0d436305bdcb5c83489b19694..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/richtext/richtextprint.h diff --git a/include/wx/richtext/richtextprint.h b/include/wx/richtext/richtextprint.h index 8ca2e80bb3..4fe242e672 100644 --- a/include/wx/richtext/richtextprint.h +++ b/include/wx/richtext/richtextprint.h @@ -3,7 +3,6 @@ // Purpose: Rich text printing classes // Author: Julian Smart // Created: 2006-10-23 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -165,11 +164,15 @@ public: virtual ~wxRichTextPrinting(); /// Preview the file or buffer +#if wxUSE_FFILE && wxUSE_STREAMS bool PreviewFile(const wxString& richTextFile); +#endif bool PreviewBuffer(const wxRichTextBuffer& buffer); /// Print the file or buffer +#if wxUSE_FFILE && wxUSE_STREAMS bool PrintFile(const wxString& richTextFile, bool showPrintDialog = true); +#endif bool PrintBuffer(const wxRichTextBuffer& buffer, bool showPrintDialog = true); /// Shows page setup dialog