]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxUSE_RICHTEXT guard
authorJulian Smart <julian@anthemion.co.uk>
Sat, 21 Oct 2006 07:10:48 +0000 (07:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 21 Oct 2006 07:10:48 +0000 (07:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextstyledlg.cpp

index 0f6d2ebcc2c653719065be553f21eeb1321167a2..8ffb037227cd0db2fad902e3e4fb4f860d88f699 100644 (file)
 #pragma hdrstop
 #endif
 
+#if wxUSE_RICHTEXT
+
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
 
-////@begin includes
-////@end includes
-
 #include "wx/richtext/richtextstyledlg.h"
 #include "wx/richtext/richtextformatdlg.h"
 
-////@begin XPM images
-////@end XPM images
-
 /*!
  * wxRichTextStyleOrganiserDialog type definition
  */
@@ -855,3 +851,7 @@ void wxRichTextStyleOrganiserDialog::OnListSelection(wxCommandEvent& event)
     else
         event.Skip();
 }
+
+#endif
+    // wxUSE_RICHTEXT
+