summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 08:36:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 07:31:25 +0000
commit4fabc2347c75bd09312c6d4b5c7695c26914af52 (patch)
tree3829249cd0698e443418c028d46352d224c3d57c /sd/source/ui/inc
parent92c2c5f62d6e8962259e03424a40b6ac7ef32e7d (diff)
loplugin: unnecessary destructor scaddins..sdext
Change-Id: I6ae02ad25863ec7e0f780020dbc69c9a99488c24 Reviewed-on: https://gerrit.libreoffice.org/33511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/dlg_char.hxx1
-rw-r--r--sd/source/ui/inc/dlgpage.hxx1
-rw-r--r--sd/source/ui/inc/gluectrl.hxx1
-rw-r--r--sd/source/ui/inc/optsitem.hxx6
-rw-r--r--sd/source/ui/inc/paragr.hxx1
5 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/inc/dlg_char.hxx b/sd/source/ui/inc/dlg_char.hxx
index fb264115d7a6..62e4c9d7479e 100644
--- a/sd/source/ui/inc/dlg_char.hxx
+++ b/sd/source/ui/inc/dlg_char.hxx
@@ -44,7 +44,6 @@ public:
SdCharDlg( vcl::Window* pParent, const SfxItemSet* pAttr,
const SfxObjectShell* pDocShell );
- virtual ~SdCharDlg() override {};
};
#endif // INCLUDED_SD_SOURCE_UI_INC_DLG_CHAR_HXX
diff --git a/sd/source/ui/inc/dlgpage.hxx b/sd/source/ui/inc/dlgpage.hxx
index cd8f426aafdc..bebbfbba99ad 100644
--- a/sd/source/ui/inc/dlgpage.hxx
+++ b/sd/source/ui/inc/dlgpage.hxx
@@ -44,7 +44,6 @@ private:
public:
SdPageDlg( SfxObjectShell* pDocSh, vcl::Window* pParent, const SfxItemSet* pAttr, bool bAreaPage );
- virtual ~SdPageDlg() override {};
virtual void PageCreated(sal_uInt16 nId, SfxTabPage& rPage) override;
};
diff --git a/sd/source/ui/inc/gluectrl.hxx b/sd/source/ui/inc/gluectrl.hxx
index 9da2e24e438c..15e8a0caf0d4 100644
--- a/sd/source/ui/inc/gluectrl.hxx
+++ b/sd/source/ui/inc/gluectrl.hxx
@@ -58,7 +58,6 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SdTbxCtlGlueEscDir( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- virtual ~SdTbxCtlGlueEscDir() override {}
};
#endif // INCLUDED_SD_SOURCE_UI_INC_GLUECTRL_HXX
diff --git a/sd/source/ui/inc/optsitem.hxx b/sd/source/ui/inc/optsitem.hxx
index 200415af9e06..9526aee6d539 100644
--- a/sd/source/ui/inc/optsitem.hxx
+++ b/sd/source/ui/inc/optsitem.hxx
@@ -118,7 +118,6 @@ protected:
public:
SdOptionsLayout( sal_uInt16 nConfigId, bool bUseConfig );
- virtual ~SdOptionsLayout() override {}
bool operator==( const SdOptionsLayout& rOpt ) const;
@@ -168,7 +167,6 @@ protected:
public:
SdOptionsContents( sal_uInt16 nConfigId, bool bUseConfig );
- virtual ~SdOptionsContents() override {}
bool operator==( const SdOptionsContents& rOpt ) const;
};
@@ -240,7 +238,6 @@ protected:
public:
SdOptionsMisc( sal_uInt16 nConfigId, bool bUseConfig );
- virtual ~SdOptionsMisc() override {}
bool operator==( const SdOptionsMisc& rOpt ) const;
@@ -361,7 +358,6 @@ protected:
public:
SdOptionsSnap( sal_uInt16 nConfigId, bool bUseConfig );
- virtual ~SdOptionsSnap() override {}
bool operator==( const SdOptionsSnap& rOpt ) const;
@@ -421,7 +417,6 @@ protected:
public:
explicit SdOptionsZoom(sal_uInt16 nConfigId);
- virtual ~SdOptionsZoom() override {}
void GetScale( sal_Int32& rX, sal_Int32& rY ) const { Init(); rX = nX; rY = nY; }
void SetScale( sal_Int32 nInX, sal_Int32 nInY ) { if( nX != nInX || nY != nInY ) { OptionsChanged(); nX = nInX; nY = nInY; } }
@@ -509,7 +504,6 @@ protected:
public:
SdOptionsPrint( sal_uInt16 nConfigId, bool bUseConfig );
- virtual ~SdOptionsPrint() override {}
bool operator==( const SdOptionsPrint& rOpt ) const;
diff --git a/sd/source/ui/inc/paragr.hxx b/sd/source/ui/inc/paragr.hxx
index dca7ea4a0de8..9389fedbf6fd 100644
--- a/sd/source/ui/inc/paragr.hxx
+++ b/sd/source/ui/inc/paragr.hxx
@@ -34,7 +34,6 @@ private:
public:
SdParagraphDlg( vcl::Window* pParent, const SfxItemSet* pAttr );
- virtual ~SdParagraphDlg() override {};
};
#endif // INCLUDED_SD_SOURCE_UI_INC_PARAGR_HXX