summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/PaneChildWindows.hxx
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 /sd/source/ui/inc/PaneChildWindows.hxx
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 'sd/source/ui/inc/PaneChildWindows.hxx')
-rw-r--r--sd/source/ui/inc/PaneChildWindows.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/PaneChildWindows.hxx b/sd/source/ui/inc/PaneChildWindows.hxx
index 262fbbc2f7a6..0c1b68026da5 100644
--- a/sd/source/ui/inc/PaneChildWindows.hxx
+++ b/sd/source/ui/inc/PaneChildWindows.hxx
@@ -58,7 +58,7 @@ class LeftPaneImpressChildWindow
public:
LeftPaneImpressChildWindow (::Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo*);
- SFX_DECL_CHILDWINDOW(LeftPaneImpressChildWindow);
+ SFX_DECL_CHILDWINDOW_WITHID(LeftPaneImpressChildWindow);
};
@@ -70,7 +70,7 @@ class LeftPaneDrawChildWindow
public:
LeftPaneDrawChildWindow (::Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo*);
- SFX_DECL_CHILDWINDOW(LeftPaneDrawChildWindow);
+ SFX_DECL_CHILDWINDOW_WITHID(LeftPaneDrawChildWindow);
};
@@ -89,7 +89,7 @@ public:
SfxBindings* i_pBindings,
SfxChildWinInfo* i_pChildWindowInfo );
- SFX_DECL_CHILDWINDOW( ToolPanelChildWindow );
+ SFX_DECL_CHILDWINDOW_WITHID( ToolPanelChildWindow );
// ::sfx2::ITaskPaneToolPanelAccess
virtual void ActivateToolPanel( const ::rtl::OUString& i_rPanelURL );