diff options
Diffstat (limited to 'include/svx/fmsrcimp.hxx')
-rw-r--r-- | include/svx/fmsrcimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx index 200275c19bb5..478b9e1c1e84 100644 --- a/include/svx/fmsrcimp.hxx +++ b/include/svx/fmsrcimp.hxx @@ -144,7 +144,7 @@ namespace svxform { typedef std::vector< css::uno::Reference< css::uno::XInterface> > InterfaceArray; -class SAL_WARN_UNUSED SVX_DLLPUBLIC FmSearchEngine +class SAL_WARN_UNUSED SVX_DLLPUBLIC FmSearchEngine final { friend class FmSearchThread; @@ -275,7 +275,7 @@ public: const OUString& strVisibleFields, const InterfaceArray& arrFields); - virtual ~FmSearchEngine(); + ~FmSearchEngine(); /** the link will be called on every record and after the completion of the search, the parameter is a pointer to a FmSearchProgress structure |