summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 11:24:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 12:18:56 +0000
commit051e660b37549fec7cc42e4471ae65a4cefed495 (patch)
tree720c439d57664224ec579e14a72b5f4ccce391a5 /include/svx/srchdlg.hxx
parent1d852b32d7ad89b2317c04958060f366f8922ca4 (diff)
loplugin:unusedmethods svx(part2)
Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7 Reviewed-on: https://gerrit.libreoffice.org/17120 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 81728a9a670f..464c7bf604c2 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -133,11 +133,6 @@ public:
const SearchAttrItemList* GetReplaceItemList() const
{ return pReplaceList; }
- inline bool HasSearchAttributes() const;
- inline bool HasReplaceAttributes() const;
-
- PushButton& GetReplaceBtn() { return *m_pReplaceBtn; }
-
sal_Int32 GetTransliterationFlags() const;
void SetDocWin( vcl::Window* pDocWin ) { mpDocWin = pDocWin; }
@@ -267,18 +262,6 @@ private:
void ApplyTransliterationFlags_Impl( sal_Int32 nSettings );
};
-inline bool SvxSearchDialog::HasSearchAttributes() const
-{
- bool bLen = !m_pSearchAttrText->GetText().isEmpty();
- return ( m_pSearchAttrText->IsEnabled() && bLen );
-}
-
-inline bool SvxSearchDialog::HasReplaceAttributes() const
-{
- bool bLen = !m_pReplaceAttrText->GetText().isEmpty();
- return ( m_pReplaceAttrText->IsEnabled() && bLen );
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */