diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 11:59:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 13:17:28 +0100 |
commit | 69c842a4f3cd274c62b0539eb2bcbd3c0cc8879c (patch) | |
tree | ec69b6d52884d0f10e56677a18ffa074cb34a3c6 /include | |
parent | 5089bdb234a93bcb62b597c18b8ab66048246b13 (diff) |
update unusedcode list
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/Sidebar.hxx | 8 | ||||
-rw-r--r-- | include/sfx2/taskpane.hxx | 21 | ||||
-rw-r--r-- | include/svx/rulritem.hxx | 3 |
3 files changed, 0 insertions, 32 deletions
diff --git a/include/sfx2/sidebar/Sidebar.hxx b/include/sfx2/sidebar/Sidebar.hxx index 2ce7b31499e1..458100ebb8b1 100644 --- a/include/sfx2/sidebar/Sidebar.hxx +++ b/include/sfx2/sidebar/Sidebar.hxx @@ -43,14 +43,6 @@ public: static void ShowPanel ( const ::rtl::OUString& rsPanelId, const cssu::Reference<css::frame::XFrame>& rxFrame); - - /** Switch to the specified deck. - Note that most of the work is done asynchronously and that - this function probably returns before the requested deck is visible. - */ - static void ShowDeck ( - const ::rtl::OUString& rsDeckId, - const cssu::Reference<css::frame::XFrame>& rxFrame); }; } } // end of namespace sfx2::sidebar 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 diff --git a/include/svx/rulritem.hxx b/include/svx/rulritem.hxx index 94ff94ddaa84..1120b09dabdf 100644 --- a/include/svx/rulritem.hxx +++ b/include/svx/rulritem.hxx @@ -194,9 +194,7 @@ public: void Append(const SvxColumnDescription& rDesc); void SetLeft(long aLeft); void SetRight(long aRight); - void SetActColumn(sal_uInt16 nCol); sal_uInt16 GetActColumn() const; - sal_uInt16 GetColumnDescription() const; sal_Bool IsFirstAct() const; sal_Bool IsLastAct() const; long GetLeft(); @@ -204,7 +202,6 @@ public: sal_Bool IsTable() const; sal_Bool CalcOrtho() const; void SetOrtho(sal_Bool bVal); - sal_Bool IsOrtho () const; sal_Bool IsConsistent() const; }; |