summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 15:13:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 05:48:12 +0000
commitb7f9a397fbf8459d166d7bb961d5d8c2c87a0868 (patch)
tree7991b4d6a75db21a2261e461108d0f44e858f992 /sfx2/source/appl/newhelp.hxx
parent4ca2cf1b7e57c823e911bcbae0c87102a7c9851e (diff)
loplugin:unusedmethods sfx2(part2)
Change-Id: I82223b72ddb6a9df1ee52a300b083002234602dc Reviewed-on: https://gerrit.libreoffice.org/17075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 246652604026..f3a588e943a1 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -336,12 +336,11 @@ public:
void AddBookmarks( const OUString& rTitle, const OUString& rURL );
bool IsValidFactory( const OUString& _rFactory );
inline OUString GetActiveFactoryTitle() const { return m_pActiveLB->GetSelectEntry(); }
- inline void UpdateTabControl() { m_pTabCtrl->Invalidate(); }
void ClearSearchPage();
void GrabFocusBack();
- bool HasFocusOnEdit() const;
+ bool HasFocusOnEdit() const;
OUString GetSearchText() const;
- bool IsFullWordSearch() const;
+ bool IsFullWordSearch() const;
void OpenKeyword( const OUString& rKeyword );
void SelectExecutableEntry();
inline bool WasCursorLeftOrRight();
@@ -537,8 +536,6 @@ public:
::com::sun::star::uno::Reference < ::com::sun::star::awt::XWindow > xWin );
inline ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame2 >
getTextFrame() const { return pTextWin->getFrame(); }
- inline ::com::sun::star::uno::Reference < ::com::sun::star::frame::XDispatchResultListener >
- getOpenListener() const { return xOpenListener; }
void SetFactory( const OUString& rFactory );
void SetHelpURL( const OUString& rURL );
@@ -547,15 +544,14 @@ public:
void UpdateToolbox();
inline void OpenKeyword( const OUString& rKeyword ) { pIndexWin->OpenKeyword( rKeyword ); }
- inline OUString GetFactory() const { return pIndexWin->GetFactory(); }
- bool HasHistoryPredecessor() const; // forward to interceptor
- bool HasHistorySuccessor() const; // forward to interceptor
+ bool HasHistoryPredecessor() const; // forward to interceptor
+ bool HasHistorySuccessor() const; // forward to interceptor
void openDone(const OUString& sURL ,
bool bSuccess);
- static OUString buildHelpURL(const OUString& sFactory ,
+ static OUString buildHelpURL(const OUString& sFactory ,
const OUString& sContent ,
const OUString& sAnchor ,
bool bUseQuestionMark);