summaryrefslogtreecommitdiff
path: root/forms/source/component/Filter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-01 17:32:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-02 10:56:53 +0100
commit570eed8ce4761cea0aa74efc85c182bc4af45493 (patch)
tree138f034ae9b9c10ed4959f3445aeb9b14153a0df /forms/source/component/Filter.hxx
parentbcb5a3121d089c059b0293c4402c3617bbe3d131 (diff)
loplugin:finalclasses in forms
Change-Id: I0f849fd104699e2861aaba2d4be38168e80703b0 Reviewed-on: https://gerrit.libreoffice.org/44189 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/component/Filter.hxx')
-rw-r--r--forms/source/component/Filter.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/forms/source/component/Filter.hxx b/forms/source/component/Filter.hxx
index ff7225114714..453e9c52f7bd 100644
--- a/forms/source/component/Filter.hxx
+++ b/forms/source/component/Filter.hxx
@@ -53,7 +53,7 @@ namespace frm
, css::lang::XInitialization
> OFilterControl_BASE;
- class OFilterControl :public UnoControl
+ class OFilterControl final :public UnoControl
,public OFilterControl_BASE
,public ::svxform::OParseContextClient
{
@@ -74,7 +74,6 @@ namespace frm
bool m_bMultiLine : 1;
bool m_bFilterListFilled : 1;
- private:
void implInitFilterList();
void initControlModel(css::uno::Reference< css::beans::XPropertySet > const & xControlModel);
@@ -127,7 +126,7 @@ namespace frm
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
- protected:
+ private:
virtual void PrepareWindowDescriptor( css::awt::WindowDescriptor& rDesc ) override;
virtual void ImplSetPeerProperty( const OUString& rPropName, const css::uno::Any& rVal ) override;