summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/taskpane.cxx14
-rw-r--r--sfx2/source/sidebar/Sidebar.cxx12
2 files changed, 0 insertions, 26 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index 98d7ca768007..42d9c3a1ed94 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -731,14 +731,6 @@ namespace sfx2
}
//------------------------------------------------------------------------------------------------------------------
- ModuleTaskPane::ModuleTaskPane( Window& i_rParentWindow, const Reference< XFrame >& i_rDocumentFrame,
- const IToolPanelCompare& i_rCompare )
- :Window( &i_rParentWindow, WB_DIALOGCONTROL )
- ,m_pImpl( new ModuleTaskPane_Impl( *this, i_rDocumentFrame, &i_rCompare ) )
- {
- }
-
- //------------------------------------------------------------------------------------------------------------------
ModuleTaskPane::~ModuleTaskPane()
{
}
@@ -782,12 +774,6 @@ namespace sfx2
}
//------------------------------------------------------------------------------------------------------------------
- OUString ModuleTaskPane::GetPanelResourceURL( const size_t i_nPanelPos ) const
- {
- return m_pImpl->GetPanelResourceURL( i_nPanelPos );
- }
-
- //------------------------------------------------------------------------------------------------------------------
void ModuleTaskPane::SetDrawersLayout()
{
m_pImpl->SetDrawersLayout();
diff --git a/sfx2/source/sidebar/Sidebar.cxx b/sfx2/source/sidebar/Sidebar.cxx
index dd7efec0550a..a7ef2ccfb805 100644
--- a/sfx2/source/sidebar/Sidebar.cxx
+++ b/sfx2/source/sidebar/Sidebar.cxx
@@ -47,18 +47,6 @@ void Sidebar::ShowPanel (
}
}
-
-
-
-void Sidebar::ShowDeck (
- const ::rtl::OUString& rsDeckId,
- const Reference<frame::XFrame>& rxFrame)
-{
- SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame);
- if (pController != NULL)
- pController->RequestSwitchToDeck(rsDeckId);
-}
-
} } // end of namespace sfx2::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */