From 621be1ec2672d922cfb95d6e8178b38c8ceaf52a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 23 Sep 2004 09:18:13 +0000 Subject: [PATCH] wxUSE_XRC implies wxUSE_XML now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xrc/xh_bmpbt.h | 4 ++-- include/wx/xrc/xmlres.h | 4 ++-- src/xrc/xh_bmp.cpp | 4 ++-- src/xrc/xh_bmpbt.cpp | 4 ++-- src/xrc/xh_bttn.cpp | 4 ++-- src/xrc/xh_cald.cpp | 4 ++-- src/xrc/xh_chckb.cpp | 4 ++-- src/xrc/xh_chckl.cpp | 4 ++-- src/xrc/xh_choic.cpp | 4 ++-- src/xrc/xh_combo.cpp | 4 ++-- src/xrc/xh_dlg.cpp | 4 ++-- src/xrc/xh_frame.cpp | 4 ++-- src/xrc/xh_gauge.cpp | 4 ++-- src/xrc/xh_gdctl.cpp | 4 ++-- src/xrc/xh_html.cpp | 4 ++-- src/xrc/xh_listb.cpp | 4 ++-- src/xrc/xh_listc.cpp | 4 ++-- src/xrc/xh_menu.cpp | 4 ++-- src/xrc/xh_notbk.cpp | 4 ++-- src/xrc/xh_panel.cpp | 4 ++-- src/xrc/xh_radbt.cpp | 4 ++-- src/xrc/xh_radbx.cpp | 2 +- src/xrc/xh_scrol.cpp | 4 ++-- src/xrc/xh_scwin.cpp | 4 ++-- src/xrc/xh_sizer.cpp | 4 ++-- src/xrc/xh_slidr.cpp | 4 ++-- src/xrc/xh_spin.cpp | 4 ++-- src/xrc/xh_split.cpp | 4 ++-- src/xrc/xh_statbar.cpp | 4 ++-- src/xrc/xh_stbmp.cpp | 4 ++-- src/xrc/xh_stbox.cpp | 4 ++-- src/xrc/xh_stlin.cpp | 4 ++-- src/xrc/xh_sttxt.cpp | 4 ++-- src/xrc/xh_text.cpp | 4 ++-- src/xrc/xh_tglbtn.cpp | 4 ++-- src/xrc/xh_toolb.cpp | 2 +- src/xrc/xh_tree.cpp | 2 +- src/xrc/xh_unkwn.cpp | 2 +- src/xrc/xh_wizrd.cpp | 2 +- src/xrc/xmlres.cpp | 2 +- src/xrc/xmlrsall.cpp | 2 +- 41 files changed, 75 insertions(+), 75 deletions(-) diff --git a/include/wx/xrc/xh_bmpbt.h b/include/wx/xrc/xh_bmpbt.h index b2fdee58f4..6a33f955fa 100644 --- a/include/wx/xrc/xh_bmpbt.h +++ b/include/wx/xrc/xh_bmpbt.h @@ -17,7 +17,7 @@ #include "wx/xrc/xmlres.h" -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC class WXDLLIMPEXP_XRC wxBitmapButtonXmlHandler : public wxXmlResourceHandler @@ -29,7 +29,7 @@ public: virtual bool CanHandle(wxXmlNode *node); }; -#endif //wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC #endif // _WX_XH_BMPBT_H_ diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index 82e8c5871b..ded3f30324 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -17,7 +17,7 @@ #include "wx/defs.h" -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/string.h" #include "wx/dynarray.h" @@ -492,6 +492,6 @@ public: #define GetXMLID GetXRCID #endif -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC #endif // _WX_XMLRES_H_ diff --git a/src/xrc/xh_bmp.cpp b/src/xrc/xh_bmp.cpp index ab18f0acb3..ad56a9add2 100644 --- a/src/xrc/xh_bmp.cpp +++ b/src/xrc/xh_bmp.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_bmp.h" #include "wx/bitmap.h" @@ -58,4 +58,4 @@ bool wxIconXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxIcon")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_bmpbt.cpp b/src/xrc/xh_bmpbt.cpp index 512575c729..e29178e7e5 100644 --- a/src/xrc/xh_bmpbt.cpp +++ b/src/xrc/xh_bmpbt.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_bmpbt.h" #include @@ -68,4 +68,4 @@ bool wxBitmapButtonXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxBitmapButton")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_bttn.cpp b/src/xrc/xh_bttn.cpp index d391e8ea2b..f6b4cffd2f 100644 --- a/src/xrc/xh_bttn.cpp +++ b/src/xrc/xh_bttn.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_bttn.h" #include "wx/button.h" @@ -61,4 +61,4 @@ bool wxButtonXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxButton")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_cald.cpp b/src/xrc/xh_cald.cpp index 42d706c1de..67fa6e5edf 100644 --- a/src/xrc/xh_cald.cpp +++ b/src/xrc/xh_cald.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_CALENDARCTRL +#if wxUSE_XRC && wxUSE_CALENDARCTRL #include "wx/xrc/xh_cald.h" #include "wx/event.h" @@ -64,4 +64,4 @@ bool wxCalendarCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxCalendarCtrl")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_CALENDARCTRL +#endif // wxUSE_XRC && wxUSE_CALENDARCTRL diff --git a/src/xrc/xh_chckb.cpp b/src/xrc/xh_chckb.cpp index 52160e255e..3731c6b889 100644 --- a/src/xrc/xh_chckb.cpp +++ b/src/xrc/xh_chckb.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_CHECKBOX +#if wxUSE_XRC && wxUSE_CHECKBOX #include "wx/xrc/xh_chckb.h" #include "wx/checkbox.h" @@ -59,4 +59,4 @@ bool wxCheckBoxXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxCheckBox")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_CHECKBOX +#endif // wxUSE_XRC && wxUSE_CHECKBOX diff --git a/src/xrc/xh_chckl.cpp b/src/xrc/xh_chckl.cpp index c9c9c45236..536c011ae6 100644 --- a/src/xrc/xh_chckl.cpp +++ b/src/xrc/xh_chckl.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #if wxUSE_OWNER_DRAWN || !defined(__WXMSW__) @@ -133,4 +133,4 @@ bool wxCheckListBoxXmlHandler::CanHandle(wxXmlNode *node) #endif // wxUSE_OWNER_DRAWN || !defined(__WXMSW__) -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_choic.cpp b/src/xrc/xh_choic.cpp index 8f74f5c885..29262cc59e 100644 --- a/src/xrc/xh_choic.cpp +++ b/src/xrc/xh_choic.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_choic.h" #include "wx/choice.h" @@ -96,4 +96,4 @@ bool wxChoiceXmlHandler::CanHandle(wxXmlNode *node) (m_insideBox && node->GetName() == wxT("item"))); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_combo.cpp b/src/xrc/xh_combo.cpp index fa72c134cc..16b11715a6 100644 --- a/src/xrc/xh_combo.cpp +++ b/src/xrc/xh_combo.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_COMBOBOX +#if wxUSE_XRC && wxUSE_COMBOBOX #include "wx/xrc/xh_combo.h" #include "wx/combobox.h" @@ -100,4 +100,4 @@ bool wxComboBoxXmlHandler::CanHandle(wxXmlNode *node) (m_insideBox && node->GetName() == wxT("item"))); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_COMBOBOX +#endif // wxUSE_XRC && wxUSE_COMBOBOX diff --git a/src/xrc/xh_dlg.cpp b/src/xrc/xh_dlg.cpp index 6108b8c3c3..eef07949ec 100644 --- a/src/xrc/xh_dlg.cpp +++ b/src/xrc/xh_dlg.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_dlg.h" #include "wx/dialog.h" @@ -82,4 +82,4 @@ bool wxDialogXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxDialog")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_frame.cpp b/src/xrc/xh_frame.cpp index 9d93881f0b..2685be16e0 100644 --- a/src/xrc/xh_frame.cpp +++ b/src/xrc/xh_frame.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_frame.h" #include "wx/frame.h" @@ -87,4 +87,4 @@ bool wxFrameXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxFrame")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_gauge.cpp b/src/xrc/xh_gauge.cpp index d10a958a7b..c529b21cbf 100644 --- a/src/xrc/xh_gauge.cpp +++ b/src/xrc/xh_gauge.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_GAUGE +#if wxUSE_XRC && wxUSE_GAUGE #include "wx/xrc/xh_gauge.h" #include "wx/gauge.h" @@ -71,4 +71,4 @@ bool wxGaugeXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxGauge")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_GAUGE +#endif // wxUSE_XRC && wxUSE_GAUGE diff --git a/src/xrc/xh_gdctl.cpp b/src/xrc/xh_gdctl.cpp index 6cb07ef41f..46e1add183 100644 --- a/src/xrc/xh_gdctl.cpp +++ b/src/xrc/xh_gdctl.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_DIRDLG +#if wxUSE_XRC && wxUSE_DIRDLG #include "wx/textctrl.h" #include "wx/xrc/xh_gdctl.h" @@ -60,4 +60,4 @@ bool wxGenericDirCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxGenericDirCtrl")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_DIRDLG +#endif // wxUSE_XRC && wxUSE_DIRDLG diff --git a/src/xrc/xh_html.cpp b/src/xrc/xh_html.cpp index cc97440d56..7bdf27ed8f 100644 --- a/src/xrc/xh_html.cpp +++ b/src/xrc/xh_html.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_HTML +#if wxUSE_XRC && wxUSE_HTML #include "wx/xrc/xh_html.h" @@ -82,4 +82,4 @@ bool wxHtmlWindowXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxHtmlWindow")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_HTML +#endif // wxUSE_XRC && wxUSE_HTML diff --git a/src/xrc/xh_listb.cpp b/src/xrc/xh_listb.cpp index 84a3b58d83..939d6e834c 100644 --- a/src/xrc/xh_listb.cpp +++ b/src/xrc/xh_listb.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_listb.h" #include "wx/listbox.h" @@ -102,4 +102,4 @@ bool wxListBoxXmlHandler::CanHandle(wxXmlNode *node) (m_insideBox && node->GetName() == wxT("item"))); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_listc.cpp b/src/xrc/xh_listc.cpp index 689b62bb4d..6746b83224 100644 --- a/src/xrc/xh_listc.cpp +++ b/src/xrc/xh_listc.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/textctrl.h" #include "wx/xrc/xh_listc.h" @@ -74,4 +74,4 @@ bool wxListCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxListCtrl")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_menu.cpp b/src/xrc/xh_menu.cpp index e95171cc59..1f473c6dee 100644 --- a/src/xrc/xh_menu.cpp +++ b/src/xrc/xh_menu.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_menu.h" #include "wx/menu.h" @@ -142,4 +142,4 @@ bool wxMenuBarXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxMenuBar")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_notbk.cpp b/src/xrc/xh_notbk.cpp index 4947899622..5248793026 100644 --- a/src/xrc/xh_notbk.cpp +++ b/src/xrc/xh_notbk.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_NOTEBOOK +#if wxUSE_XRC && wxUSE_NOTEBOOK #include "wx/xrc/xh_notbk.h" @@ -98,4 +98,4 @@ bool wxNotebookXmlHandler::CanHandle(wxXmlNode *node) (m_isInside && IsOfClass(node, wxT("notebookpage")))); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_NOTEBOOK +#endif // wxUSE_XRC && wxUSE_NOTEBOOK diff --git a/src/xrc/xh_panel.cpp b/src/xrc/xh_panel.cpp index 035c6cade4..6b6a467e19 100644 --- a/src/xrc/xh_panel.cpp +++ b/src/xrc/xh_panel.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_panel.h" #include "wx/panel.h" @@ -57,4 +57,4 @@ bool wxPanelXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxPanel")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_radbt.cpp b/src/xrc/xh_radbt.cpp index 1fa49b84ec..e615ef9365 100644 --- a/src/xrc/xh_radbt.cpp +++ b/src/xrc/xh_radbt.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_RADIOBOX +#if wxUSE_XRC && wxUSE_RADIOBOX #include "wx/xrc/xh_radbt.h" #include "wx/radiobut.h" @@ -63,4 +63,4 @@ bool wxRadioButtonXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxRadioButton")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_NOTEBOOK +#endif // wxUSE_XRC && wxUSE_NOTEBOOK diff --git a/src/xrc/xh_radbx.cpp b/src/xrc/xh_radbx.cpp index efb0f72389..066f397d1e 100644 --- a/src/xrc/xh_radbx.cpp +++ b/src/xrc/xh_radbx.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_RADIOBOX +#if wxUSE_XRC && wxUSE_RADIOBOX #include "wx/xrc/xh_radbx.h" #include "wx/radiobox.h" diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp index d95d17e9b8..dd330bb78b 100644 --- a/src/xrc/xh_scrol.cpp +++ b/src/xrc/xh_scrol.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_scrol.h" #include "wx/scrolbar.h" @@ -61,4 +61,4 @@ bool wxScrollBarXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxScrollBar")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_scwin.cpp b/src/xrc/xh_scwin.cpp index c68bb099bf..886da64ce0 100644 --- a/src/xrc/xh_scwin.cpp +++ b/src/xrc/xh_scwin.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_scwin.h" #include "wx/scrolwin.h" @@ -62,4 +62,4 @@ bool wxScrolledWindowXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxScrolledWindow")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_sizer.cpp b/src/xrc/xh_sizer.cpp index d694e9a275..806370b3a6 100644 --- a/src/xrc/xh_sizer.cpp +++ b/src/xrc/xh_sizer.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_sizer.h" #include "wx/sizer.h" @@ -363,4 +363,4 @@ void wxSizerXmlHandler::AddSizerItem(wxSizerItem* sitem) m_parentSizer->Add(sitem); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_slidr.cpp b/src/xrc/xh_slidr.cpp index 9afbf18aa0..3ca8b26aa7 100644 --- a/src/xrc/xh_slidr.cpp +++ b/src/xrc/xh_slidr.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_SLIDER +#if wxUSE_XRC && wxUSE_SLIDER #include "wx/xrc/xh_slidr.h" #include "wx/slider.h" @@ -91,4 +91,4 @@ bool wxSliderXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxSlider")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_SLIDER +#endif // wxUSE_XRC && wxUSE_SLIDER diff --git a/src/xrc/xh_spin.cpp b/src/xrc/xh_spin.cpp index 5189a02fe3..3398ffaad1 100644 --- a/src/xrc/xh_spin.cpp +++ b/src/xrc/xh_spin.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_spin.h" @@ -105,4 +105,4 @@ bool wxSpinCtrlXmlHandler::CanHandle(wxXmlNode *node) #endif // wxUSE_SPINCTRL -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_split.cpp b/src/xrc/xh_split.cpp index d9b2597896..948b241ec1 100644 --- a/src/xrc/xh_split.cpp +++ b/src/xrc/xh_split.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_split.h" #include "wx/splitter.h" @@ -105,4 +105,4 @@ bool wxSplitterWindowXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxSplitterWindow")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_statbar.cpp b/src/xrc/xh_statbar.cpp index 2bb2a51d0a..5dead981da 100644 --- a/src/xrc/xh_statbar.cpp +++ b/src/xrc/xh_statbar.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_STATUSBAR +#if wxUSE_XRC && wxUSE_STATUSBAR #include "wx/frame.h" #include "wx/string.h" @@ -105,5 +105,5 @@ bool wxStatusBarXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStatusBar")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_STATUSBAR +#endif // wxUSE_XRC && wxUSE_STATUSBAR diff --git a/src/xrc/xh_stbmp.cpp b/src/xrc/xh_stbmp.cpp index b57a98410c..42f8073a91 100644 --- a/src/xrc/xh_stbmp.cpp +++ b/src/xrc/xh_stbmp.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_stbmp.h" #include "wx/statbmp.h" @@ -53,4 +53,4 @@ bool wxStaticBitmapXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStaticBitmap")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_stbox.cpp b/src/xrc/xh_stbox.cpp index a5df4e68f2..93f21b42d2 100644 --- a/src/xrc/xh_stbox.cpp +++ b/src/xrc/xh_stbox.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_stbox.h" #include "wx/statbox.h" @@ -53,4 +53,4 @@ bool wxStaticBoxXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStaticBox")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_stlin.cpp b/src/xrc/xh_stlin.cpp index a3ee62202b..025713ec14 100644 --- a/src/xrc/xh_stlin.cpp +++ b/src/xrc/xh_stlin.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_STATLINE +#if wxUSE_XRC && wxUSE_STATLINE #include "wx/xrc/xh_stlin.h" #include "wx/statline.h" @@ -54,4 +54,4 @@ bool wxStaticLineXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStaticLine")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_STATLINE +#endif // wxUSE_XRC && wxUSE_STATLINE diff --git a/src/xrc/xh_sttxt.cpp b/src/xrc/xh_sttxt.cpp index dc42cd178f..da772ef416 100644 --- a/src/xrc/xh_sttxt.cpp +++ b/src/xrc/xh_sttxt.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_sttxt.h" #include "wx/stattext.h" @@ -57,4 +57,4 @@ bool wxStaticTextXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStaticText")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_text.cpp b/src/xrc/xh_text.cpp index 9bc80750bd..745189008d 100644 --- a/src/xrc/xh_text.cpp +++ b/src/xrc/xh_text.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_text.h" #include "wx/textctrl.h" @@ -71,4 +71,4 @@ bool wxTextCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxTextCtrl")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC diff --git a/src/xrc/xh_tglbtn.cpp b/src/xrc/xh_tglbtn.cpp index 0fad6c4d12..1974ab14d1 100644 --- a/src/xrc/xh_tglbtn.cpp +++ b/src/xrc/xh_tglbtn.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_TOGGLEBTN +#if wxUSE_XRC && wxUSE_TOGGLEBTN #include "wx/xrc/xh_tglbtn.h" #include "wx/tglbtn.h" @@ -55,4 +55,4 @@ bool wxToggleButtonXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxToggleButton")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_TOGGLEBTN +#endif // wxUSE_XRC && wxUSE_TOGGLEBTN diff --git a/src/xrc/xh_toolb.cpp b/src/xrc/xh_toolb.cpp index 18656c683e..a7a569ead4 100644 --- a/src/xrc/xh_toolb.cpp +++ b/src/xrc/xh_toolb.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_TOOLBAR +#if wxUSE_XRC && wxUSE_TOOLBAR #include "wx/xrc/xh_toolb.h" #include "wx/toolbar.h" diff --git a/src/xrc/xh_tree.cpp b/src/xrc/xh_tree.cpp index 7a21b5f440..cb886cf3d9 100644 --- a/src/xrc/xh_tree.cpp +++ b/src/xrc/xh_tree.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_tree.h" #include "wx/treectrl.h" diff --git a/src/xrc/xh_unkwn.cpp b/src/xrc/xh_unkwn.cpp index ee2aaaf8c2..f9b5648036 100644 --- a/src/xrc/xh_unkwn.cpp +++ b/src/xrc/xh_unkwn.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_unkwn.h" #include "wx/window.h" diff --git a/src/xrc/xh_wizrd.cpp b/src/xrc/xh_wizrd.cpp index 4fd68ca54d..2b9508ae05 100644 --- a/src/xrc/xh_wizrd.cpp +++ b/src/xrc/xh_wizrd.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_WIZARDDLG +#if wxUSE_XRC && wxUSE_WIZARDDLG #include "wx/xrc/xh_wizrd.h" #include "wx/log.h" diff --git a/src/xrc/xmlres.cpp b/src/xrc/xmlres.cpp index c02b81d496..197ea98480 100644 --- a/src/xrc/xmlres.cpp +++ b/src/xrc/xmlres.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/dialog.h" #include "wx/panel.h" diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp index a5c414217c..bf2eb99734 100644 --- a/src/xrc/xmlrsall.cpp +++ b/src/xrc/xmlrsall.cpp @@ -20,7 +20,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xmlres.h" #include "wx/xrc/xh_all.h" -- 2.47.2