summaryrefslogtreecommitdiff
path: root/cui/source/inc/srchxtra.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/srchxtra.hxx')
-rw-r--r--cui/source/inc/srchxtra.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/srchxtra.hxx b/cui/source/inc/srchxtra.hxx
index e2e0f36913cf..85f889920cc9 100644
--- a/cui/source/inc/srchxtra.hxx
+++ b/cui/source/inc/srchxtra.hxx
@@ -30,7 +30,7 @@ class SvxSearchFormatDialog : public SfxTabDialog
{
public:
SvxSearchFormatDialog( vcl::Window* pParent, const SfxItemSet& rSet );
- virtual ~SvxSearchFormatDialog();
+ virtual ~SvxSearchFormatDialog() override;
virtual void dispose() override;
protected:
@@ -51,7 +51,7 @@ class SvxSearchAttributeDialog : public ModalDialog
public:
SvxSearchAttributeDialog( vcl::Window* pParent, SearchAttrItemList& rLst,
const sal_uInt16* pWhRanges );
- virtual ~SvxSearchAttributeDialog();
+ virtual ~SvxSearchAttributeDialog() override;
virtual void dispose() override;
private:
@@ -79,7 +79,7 @@ public:
sal_uInt16 nOther,
sal_uInt16 nShorter,
sal_uInt16 nLonger );
- virtual ~SvxSearchSimilarityDialog();
+ virtual ~SvxSearchSimilarityDialog() override;
virtual void dispose() override;
sal_uInt16 GetOther() { return (sal_uInt16)m_pOtherFld->GetValue(); }