diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-20 18:56:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-20 19:27:57 +0100 |
commit | 822577f412214f282588b627fd6addb489f6a9f0 (patch) | |
tree | 778ff9df4c3e8cfd191b4112d7f0c26136d15bba /sfx2 | |
parent | 5e723eb8477264d0ea6a2d0f467bce67e2423fde (diff) |
callcatcher: update unused code
Change-Id: Id12614722ed106ca595df13d22b6c5e315deb2ac
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/ControlFactory.cxx | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sfx2/source/sidebar/ControlFactory.cxx b/sfx2/source/sidebar/ControlFactory.cxx index 4825ca73b8c7..1b79267f7923 100644 --- a/sfx2/source/sidebar/ControlFactory.cxx +++ b/sfx2/source/sidebar/ControlFactory.cxx @@ -45,49 +45,6 @@ ImageRadioButton* ControlFactory::CreateTabItem (Window* pParentWindow) -SidebarToolBox* ControlFactory::CreateToolBox ( - Window* pParentWindow, - const ResId& rResId) -{ - SidebarToolBox* pToolBox = new SidebarToolBox(pParentWindow, rResId, NULL); - pToolBox->SetBorderWindow(pParentWindow); - - pToolBox->Invalidate(); - - return pToolBox; -} - - - - -SidebarToolBox* ControlFactory::CreateToolBox ( - Window* pParentWindow, - const ResId& rResId, - const cssu::Reference<css::frame::XFrame>& rxFrame) -{ - SidebarToolBox* pToolBox = new SidebarToolBox(pParentWindow, rResId, rxFrame); - pToolBox->SetBorderWindow(pParentWindow); - - pToolBox->Invalidate(); - - return pToolBox; -} - - - - -Window* ControlFactory::CreateToolBoxBackground ( - Window* pParentWindow, - const bool bShowBorder) -{ - ToolBoxBackground* pBorderWindow = new ToolBoxBackground(pParentWindow, bShowBorder); - pBorderWindow->Show(); - return pBorderWindow; -} - - - - ImageRadioButton* ControlFactory::CreateCustomImageRadionButton( Window* pParentWindow, const ResId& rResId ) |