summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 14:02:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 07:36:19 +0100
commitd0a4b17d58285ad616cf951d7e3b5fe89802c01d (patch)
tree579e636a3d32ca6a7601be8138db41cdf85dfcd8 /cui/source/inc/cuifmsearch.hxx
parente2655495d544d51db68bb6ce94b3264290533bad (diff)
loplugin:finalclasses in cui
Change-Id: I59c148dbc2bfc1dff554efe7e7c974dc557b2aeb Reviewed-on: https://gerrit.libreoffice.org/44362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index 51e521f26881..ccc7e88a8469 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -42,7 +42,7 @@ struct FmSearchProgress;
class FmSearchEngine;
/// Dialog for searching in Forms/Tables
-class FmSearchDialog : public ModalDialog
+class FmSearchDialog final : public ModalDialog
{
friend class FmSearchEngine;
@@ -131,7 +131,7 @@ public:
inline void SetActiveField(const OUString& strField);
-protected:
+private:
virtual bool Close() override;
void Init(const OUString& strVisibleFields, const OUString& strInitialText);
@@ -155,7 +155,6 @@ protected:
void LoadParams();
void SaveParams() const;
-private:
// Handler for the Controls
DECL_LINK( OnClickedFieldRadios, Button*, void );
DECL_LINK(OnClickedSearchAgain, Button *, void);