diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-06 14:25:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-06 14:25:46 +0200 |
commit | f4d3558334c5b403c2f1298f2ef831607778dae5 (patch) | |
tree | 666b7283f3eaf3ec5d8da91496b32ab5eb5b0272 /include/sfx2/sfx.hrc | |
parent | aa3a25ca74d3abd204051c2747907031f7557510 (diff) |
Application::UserEvent and Window::UserEvent are empty
...and never overridden, so can be removed along with the dead
SVX_EVENT_COLUM_WINDOW_EXECUTE code that calls them.
Change-Id: Ie500066c083f8fbf649c64f2d61fb85901473b5c
Diffstat (limited to 'include/sfx2/sfx.hrc')
-rw-r--r-- | include/sfx2/sfx.hrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/sfx.hrc b/include/sfx2/sfx.hrc index b8ccfa44f362..ad533aa26641 100644 --- a/include/sfx2/sfx.hrc +++ b/include/sfx2/sfx.hrc @@ -38,10 +38,6 @@ #define EVENT_APP_START 20000 // EVENT_APP_END 29999 -#define EVENT_OBJ_START 30000 - -#define EVENT_SVX_START (EVENT_OBJ_START+0x0400) - // Warning: the following are simultaneously SID_ON_ ... #define SFX_EVENT_CLOSEAPP (EVENT_SFX_START + 1) #define SFX_EVENT_CREATEDOC (EVENT_SFX_START + 2) |