summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-16 14:12:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-18 15:13:51 +0100
commit0e0aca151b36462cf5f5592fa7e7d21b5c96472d (patch)
treef99c1a0464ad9aa1f949bf8c86fe124e404354d7 /starmath/inc
parent40bb1f631b1b79db919474846996e67eb12a9907 (diff)
callcatcher: drop unused macro-generated GetChildWindowId methods
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/toolbox.hxx2
-rw-r--r--starmath/inc/view.hxx2
2 files changed, 2 insertions, 2 deletions
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,