]> git.saurik.com Git - wxWidgets.git/commitdiff
remove extraneous commas and semicolons (patch 1537792)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Aug 2006 01:17:53 +0000 (01:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Aug 2006 01:17:53 +0000 (01:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

14 files changed:
samples/aui/auidemo.cpp
samples/checklst/checklst.cpp
samples/dataview/dataview.cpp
samples/db/listdb.cpp
samples/help/demo.cpp
samples/html/virtual/virtual.cpp
samples/html/widget/widget.cpp
samples/layout/layout.cpp
samples/oleauto/oleauto.cpp
samples/ownerdrw/ownerdrw.cpp
samples/propsize/propsize.cpp
samples/regtest/regtest.cpp
samples/rotate/rotate.cpp
samples/splash/splash.cpp

index bff987d9c5b3867ac6731ebd5bba603c71686c9c..44e127782dfd21a12d70541d6522488763d5a875 100644 (file)
@@ -40,8 +40,8 @@ public:
     bool OnInit();
 };
 
-DECLARE_APP(MyApp);
-IMPLEMENT_APP(MyApp);
+DECLARE_APP(MyApp)
+IMPLEMENT_APP(MyApp)
 
 
 class wxSizeReportCtrl;
index bbf3d8b96ef76c605fb8dc0a5144b30102dd7dec..df4805523645a316837ca08521aa4780cca130df 100644 (file)
@@ -146,7 +146,7 @@ BEGIN_EVENT_TABLE(CheckListBoxFrame, wxFrame)
     EVT_BUTTON(Btn_Down, CheckListBoxFrame::OnButtonDown)
 END_EVENT_TABLE()
 
-IMPLEMENT_APP(CheckListBoxApp);
+IMPLEMENT_APP(CheckListBoxApp)
 
 // init our app: create windows
 bool CheckListBoxApp::OnInit(void)
index 0f96a10c0d6cd18852ebac42015a5401b2c431f5..673fe97b9340aabb60ed099c0194a559360410c0 100644 (file)
@@ -34,7 +34,7 @@
 
 WX_DECLARE_LIST(wxDateTime,wxArrayDate);
 #include <wx/listimpl.cpp>
-WX_DEFINE_LIST(wxArrayDate);
+WX_DEFINE_LIST(wxArrayDate)
 
 class MyTextModel: public wxDataViewListModel
 {
index 8ceb64352ad8ce534ad4861255db01f648f9b461..58bbaa84acb6532d1a917e1355c11b3dc2f151e1 100644 (file)
@@ -513,6 +513,6 @@ void ClookUpDlg::OnCommand(wxWindow& win, wxCommandEvent& WXUNUSED(event))
 
     }
 
-};  // ClookUpDlg::OnCommand
+}  // ClookUpDlg::OnCommand
 
 // *********************************** listdb.cpp **********************************
index 34fd0eb0f802f6cc099d8afe861957de41b17c41..819f8154682e0393290f34636d092f62bbd95974 100644 (file)
@@ -223,7 +223,7 @@ enum
     HelpDemo_Help_GNOME,
     HelpDemo_Help_Netscape,
     // controls start here (the numbers are, of course, arbitrary)
-    HelpDemo_Text = 1000,
+    HelpDemo_Text = 1000
 };
 
 // ----------------------------------------------------------------------------
index 5e1f9da2c7a67b20acfd2428778a3ba88c8cdd61..8d5a4e91de33ad8892b61740e87406022dab68a9 100644 (file)
@@ -121,7 +121,7 @@ wxFSFile* MyVFS::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& location)
    Minimal_Forward,
    
     // controls start here (the numbers are, of course, arbitrary)
-   Minimal_Text = 1000,
+   Minimal_Text = 1000
    };
 
 // ----------------------------------------------------------------------------
index 7607fefdaff8b54f38860c45d01c15dbe29a31d3..14ff729970c2aae4366194553cf7cabea2539dc8 100644 (file)
@@ -122,7 +122,7 @@ enum
     Minimal_Forward,
 
     // controls start here (the numbers are, of course, arbitrary)
-    Minimal_Text = 1000,
+    Minimal_Text = 1000
 };
 
 // ----------------------------------------------------------------------------
index 1b00cbbeebc6b18e30a0be95fb4b865ac4be2b9e..58762c05fe2a7edb09d85486700ea0ec814b1721 100644 (file)
@@ -430,7 +430,7 @@ enum {
     GBS_MOVE_BTN1,
     GBS_MOVE_BTN2,
 
-    GBS_MAX,
+    GBS_MAX
 };
 
 
index bc77c7e8d748d31646674a218acb17c566165750..dd207520d448d0e8b58b86eb10aa4c319784bcb9 100644 (file)
@@ -91,7 +91,7 @@ enum
     OleAuto_Test,
 
     // controls start here (the numbers are, of course, arbitrary)
-    OleAuto_Text = 1000,
+    OleAuto_Text = 1000
 };
 
 // ----------------------------------------------------------------------------
index 10db9ced6d36decd09d194d2f3c72f458e27f57b..3446f71c14b058938eb111d6db9b2b9fd976b981 100644 (file)
@@ -70,7 +70,7 @@ enum
     Menu_Submenu, Menu_Sub1, Menu_Sub2, Menu_Sub3,
     Menu_Toggle, Menu_About,
     Control_First = 1000,
-    Control_Listbox, Control_Listbox2,
+    Control_Listbox, Control_Listbox2
 };
 
 BEGIN_EVENT_TABLE(OwnerDrawnFrame, wxFrame)
@@ -83,7 +83,7 @@ BEGIN_EVENT_TABLE(OwnerDrawnFrame, wxFrame)
                 OwnerDrawnFrame::OnListboxDblClick)
 END_EVENT_TABLE()
 
-IMPLEMENT_APP(OwnerDrawnApp);
+IMPLEMENT_APP(OwnerDrawnApp)
 
 // init our app: create windows
 bool OwnerDrawnApp::OnInit(void)
index f1ec087e41328d42371a57c11b939b40cdcb33d8..32bdba1c5305ef2bbc348d5a4d80372e78799936 100644 (file)
@@ -81,7 +81,7 @@ private:
 enum
 {
     // menu items
-    Minimal_Quit = 1,
+    Minimal_Quit = 1
 };
 
 // ----------------------------------------------------------------------------
index dd05152ec7e5922650949776bac67bb504d4d99a..a0c05f3a962c1b46853d722763ce83d262dedce6 100644 (file)
@@ -233,7 +233,7 @@ enum
     Menu_Delete,
     Menu_Info,
 
-    Ctrl_RegTree  = 200,
+    Ctrl_RegTree  = 200
 };
 
 // ----------------------------------------------------------------------------
index fb1f8c286f061a167984500c5e2e6c4e365910d8..3b48a063ab2c9e089f57caa6284d0d3fc49f9d4f 100644 (file)
@@ -153,7 +153,7 @@ bool MyApp::OnInit()
 // ----------------------------------------------------------------------------
 
 #include "wx/arrimpl.cpp"
-WX_DEFINE_OBJARRAY(ArrayOfImages);
+WX_DEFINE_OBJARRAY(ArrayOfImages)
 
 // ----------------------------------------------------------------------------
 // custom canvas control that we can draw on
index 9fe6957fe7b1946e09e00bc6df55ab28b482867a..1b72d0be686b21b839fa3c28a03d4c4301835b8e 100644 (file)
@@ -90,7 +90,7 @@ private:
 // IDs for the controls and the menu commands
 enum
 {
-    Minimal_Run = wxID_HIGHEST + 1,
+    Minimal_Run = wxID_HIGHEST + 1
 };
 
 // ----------------------------------------------------------------------------