diff options
Diffstat (limited to 'sd/source/ui/inc/unosrch.hxx')
-rw-r--r-- | sd/source/ui/inc/unosrch.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unosrch.hxx b/sd/source/ui/inc/unosrch.hxx index 650912ba5fa6..8487993c0bdc 100644 --- a/sd/source/ui/inc/unosrch.hxx +++ b/sd/source/ui/inc/unosrch.hxx @@ -90,7 +90,7 @@ protected: public: SdUnoSearchReplaceDescriptor(bool bReplace) throw (css::uno::RuntimeException); - virtual ~SdUnoSearchReplaceDescriptor() throw(); + virtual ~SdUnoSearchReplaceDescriptor() throw() override; bool IsCaseSensitive() const { return mbCaseSensitive; } bool IsWords() const { return mbWords; } @@ -126,7 +126,7 @@ protected: public: SdUnoFindAllAccess( css::uno::Sequence< css::uno::Reference< css::uno::XInterface > >& rSequence ) throw(); - virtual ~SdUnoFindAllAccess() throw(); + virtual ~SdUnoFindAllAccess() throw() override; // XIndexAccess virtual sal_Int32 SAL_CALL getCount() throw(css::uno::RuntimeException, std::exception) override ; |