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.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index f32025e74414..76589da3bcb2 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -749,12 +749,6 @@ namespace sfx2
}
//------------------------------------------------------------------------------------------------------------------
- bool ModuleTaskPane::ModuleHasToolPanels( const ::rtl::OUString& i_rModuleIdentifier )
- {
- return ModuleTaskPane_Impl::ModuleHasToolPanels( i_rModuleIdentifier );
- }
-
- //------------------------------------------------------------------------------------------------------------------
bool ModuleTaskPane::ModuleHasToolPanels( const Reference< XFrame >& i_rDocumentFrame )
{
return ModuleTaskPane_Impl::ModuleHasToolPanels( lcl_identifyModule( i_rDocumentFrame ) );
@@ -1283,12 +1277,6 @@ namespace sfx2
}
//------------------------------------------------------------------------------------------------------------------
- void TaskPaneController::SetDefaultTitle( const String& i_rTitle )
- {
- m_pImpl->SetDefaultTitle( i_rTitle );
- }
-
- //------------------------------------------------------------------------------------------------------------------
void TaskPaneController::ActivateToolPanel( const ::rtl::OUString& i_rPanelURL )
{
m_pImpl->ActivateToolPanel( i_rPanelURL );