summaryrefslogtreecommitdiffstats
path: root/filter/source/xmlfilterdetect/filterdetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xmlfilterdetect/filterdetect.hxx')
-rw-r--r--filter/source/xmlfilterdetect/filterdetect.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/xmlfilterdetect/filterdetect.hxx b/filter/source/xmlfilterdetect/filterdetect.hxx
index 886fb1c64f72..5db916d76e5e 100644
--- a/filter/source/xmlfilterdetect/filterdetect.hxx
+++ b/filter/source/xmlfilterdetect/filterdetect.hxx
@@ -29,14 +29,13 @@ namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }
-class FilterDetect : public cppu::WeakImplHelper <
+class FilterDetect final : public cppu::WeakImplHelper <
css::document::XExtendedFilterDetection,
css::lang::XInitialization,
css::lang::XServiceInfo
>
{
-protected:
css::uno::Reference< css::uno::XComponentContext > mxCtx;
public: