summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/taskpane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/taskpane.cxx')
-rw-r--r--sfx2/source/dialog/taskpane.cxx14
1 files changed, 0 insertions, 14 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();