Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,21 +28,21 @@ public:
|
||||
|
||||
protected:
|
||||
virtual bool OnExists() const
|
||||
{ return FALSE; }
|
||||
{ return false; }
|
||||
|
||||
virtual bool OnOpen(const wxString & WXUNUSED(strBufferName),
|
||||
wxTextBufferOpenMode WXUNUSED(OpenMode))
|
||||
{ return TRUE; }
|
||||
{ return true; }
|
||||
|
||||
virtual bool OnClose()
|
||||
{ return TRUE; }
|
||||
{ return true; }
|
||||
|
||||
virtual bool OnRead(wxMBConv& WXUNUSED(conv))
|
||||
{ return TRUE; }
|
||||
{ return true; }
|
||||
|
||||
virtual bool OnWrite(wxTextFileType WXUNUSED(typeNew),
|
||||
wxMBConv& WXUNUSED(conv) = wxConvUTF8)
|
||||
{ return TRUE; }
|
||||
{ return true; }
|
||||
|
||||
private:
|
||||
DECLARE_NO_COPY_CLASS(wxMemoryText)
|
||||
|
Reference in New Issue
Block a user