summaryrefslogtreecommitdiff
path: root/include/sfx2/taskpane.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-09 11:59:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-09 13:17:28 +0100
commit69c842a4f3cd274c62b0539eb2bcbd3c0cc8879c (patch)
treeec69b6d52884d0f10e56677a18ffa074cb34a3c6 /include/sfx2/taskpane.hxx
parent5089bdb234a93bcb62b597c18b8ab66048246b13 (diff)
update unusedcode list
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
Diffstat (limited to 'include/sfx2/taskpane.hxx')
-rw-r--r--include/sfx2/taskpane.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/sfx2/taskpane.hxx b/include/sfx2/taskpane.hxx
index 0d0dd6eea199..0e25fcef0e7a 100644
--- a/include/sfx2/taskpane.hxx
+++ b/include/sfx2/taskpane.hxx
@@ -117,22 +117,6 @@ namespace sfx2
Window& i_rParentWindow,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rDocumentFrame
);
- /** creates a new instance
- @param i_rParentWindow
- the parent window
- @param i_rDocumentFrame
- the frame to which the task pane belongs. Will be passed to any custom tool panels created
- via an XUIElementFactory. Also, it is used to determine the module which the task pane is
- responsible for, thus controlling which tool panels are actually available.
- @param i_rCompare
- a comparator for tool panel URLs, which allows controlling the order in which the panels are
- added to the tool panel deck.
- */
- ModuleTaskPane(
- Window& i_rParentWindow,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rDocumentFrame,
- const IToolPanelCompare& i_rCompare
- );
~ModuleTaskPane();
/** determines whether a given module has any registered tool panels
@@ -154,11 +138,6 @@ namespace sfx2
::boost::optional< size_t >
GetPanelPos( const OUString& i_rResourceURL );
- /** returns the resource URL of the panel at the specified position
- */
- OUString
- GetPanelResourceURL( const size_t i_nPanelPos ) const;
-
/// sets the "classical" layout of the tool panel deck, using drawers
void SetDrawersLayout();
/// sets the new layout of the tool panel deck, using tabs