From c553a2fd3d5a33c41fcc0b14b7a89619f50e893f Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 15 Apr 2014 14:32:44 +0200 Subject: [PATCH] This is never defined. Change-Id: If1bbead68fb074cfd01ac045982e20c9c74fe9c2 --- sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx b/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx index 182080a23b28..3830f5b640c4 100644 --- a/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx +++ b/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx @@ -65,12 +65,6 @@ public: FrameView* pFrameView); virtual ~ToolPanelViewShell (void); - /** Register the SFX interfaces so that (some of) the controls can be - pushed as SFX shells on the shell stack and process slot calls and - so on. - */ - static void RegisterControls (void); - virtual void GetFocus (void); virtual void LoseFocus (void); virtual void KeyInput (const KeyEvent& rEvent);