]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtexthtml.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / richtext / richtexthtml.h
index c266e6b13eb2e679e0bf3c8bbda6abb25c245ff4..fba16366beefd7610a9d7c18dded97d66c4be8b5 100644 (file)
@@ -60,8 +60,8 @@ public:
     /**
         Constructor.
     */
     /**
         Constructor.
     */
-    wxRichTextHTMLHandler(const wxString& name = wxT("HTML"),
-                          const wxString& ext = wxT("html"),
+    wxRichTextHTMLHandler(const wxString& name = "HTML",
+                          const wxString& ext = "html",
                           int type = wxRICHTEXT_TYPE_HTML);
 
     /**
                           int type = wxRICHTEXT_TYPE_HTML);
 
     /**
@@ -82,11 +82,6 @@ public:
     static bool DeleteTemporaryImages(int flags,
                                       const wxArrayString& imageLocations);
 
     static bool DeleteTemporaryImages(int flags,
                                       const wxArrayString& imageLocations);
 
-    /**
-        Saves the buffer content to the HTML stream.
-    */
-    virtual bool DoSaveFile(wxRichTextBuffer* buffer, wxOutputStream& stream);
-
     /**
         Returns the mapping for converting point sizes to HTML font sizes.
     */
     /**
         Returns the mapping for converting point sizes to HTML font sizes.
     */
@@ -139,5 +134,11 @@ public:
         Sets the list of image locations generated by the last operation.
     */
     void SetTemporaryImageLocations(const wxArrayString& locations);
         Sets the list of image locations generated by the last operation.
     */
     void SetTemporaryImageLocations(const wxArrayString& locations);
+
+protected:
+    /**
+        Saves the buffer content to the HTML stream.
+    */
+    virtual bool DoSaveFile(wxRichTextBuffer* buffer, wxOutputStream& stream);
 };
 
 };