summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unosrch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unosrch.hxx')
-rw-r--r--sd/source/ui/inc/unosrch.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unosrch.hxx b/sd/source/ui/inc/unosrch.hxx
index f7b7921c0e34..4945366e01a8 100644
--- a/sd/source/ui/inc/unosrch.hxx
+++ b/sd/source/ui/inc/unosrch.hxx
@@ -118,9 +118,8 @@ public:
/** this class holds a sequence that is a result from a find all and
lets people access it through the XIndexAccess Interface. */
-class SdUnoFindAllAccess : public ::cppu::WeakImplHelper< css::container::XIndexAccess > // public css::container::XElementAccess
+class SdUnoFindAllAccess final : public ::cppu::WeakImplHelper< css::container::XIndexAccess > // public css::container::XElementAccess
{
-protected:
css::uno::Sequence< css::uno::Reference< css::uno::XInterface > > maSequence;
public: