From 0e0aca151b36462cf5f5592fa7e7d21b5c96472d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 16 Jun 2012 14:12:33 +0100 Subject: callcatcher: drop unused macro-generated GetChildWindowId methods add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4 --- starmath/inc/toolbox.hxx | 2 +- starmath/inc/view.hxx | 2 +- starmath/source/toolbox.cxx | 2 +- starmath/source/view.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx index 4242867f3130..464b6802ffe7 100644 --- a/starmath/inc/toolbox.hxx +++ b/starmath/inc/toolbox.hxx @@ -77,7 +77,7 @@ public: class SmToolBoxWrapper : public SfxChildWindow { - SFX_DECL_CHILDWINDOW(SmToolBoxWrapper); + SFX_DECL_CHILDWINDOW_WITHID(SmToolBoxWrapper); protected: SmToolBoxWrapper(Window *pParentWindow, diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 5e9da554c097..e667a36768a1 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -203,7 +203,7 @@ public: class SmCmdBoxWrapper : public SfxChildWindow { - SFX_DECL_CHILDWINDOW(SmCmdBoxWrapper); + SFX_DECL_CHILDWINDOW_WITHID(SmCmdBoxWrapper); protected: SmCmdBoxWrapper(Window *pParentWindow, diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx index 5b27e5e198ce..1e43604e64c9 100644 --- a/starmath/source/toolbox.cxx +++ b/starmath/source/toolbox.cxx @@ -362,7 +362,7 @@ IMPL_LINK( SmToolBoxWindow, CmdSelectHdl, ToolBox*, pToolBox) /**************************************************************************/ -SFX_IMPL_FLOATINGWINDOW(SmToolBoxWrapper, SID_TOOLBOXWINDOW); +SFX_IMPL_FLOATINGWINDOW_WITHID(SmToolBoxWrapper, SID_TOOLBOXWINDOW); SmToolBoxWrapper::SmToolBoxWrapper(Window *pParentWindow, sal_uInt16 nId, SfxBindings* pBindings, diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 52a7a542b847..89e20db05f66 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -929,7 +929,7 @@ void SmCmdBoxWindow::GetFocus() /**************************************************************************/ -SFX_IMPL_DOCKINGWINDOW(SmCmdBoxWrapper, SID_CMDBOXWINDOW); +SFX_IMPL_DOCKINGWINDOW_WITHID(SmCmdBoxWrapper, SID_CMDBOXWINDOW); SmCmdBoxWrapper::SmCmdBoxWrapper(Window *pParentWindow, sal_uInt16 nId, SfxBindings *pBindings, -- cgit