diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-11-29 21:23:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-03 20:19:16 +0100 |
commit | 8759c6b5e57e7cf7574f04e9b4685a67d23fc6d5 (patch) | |
tree | 3a6ab17b3ff7eddd581c6c6bb037184774a83d57 /sw/inc/grfatr.hxx | |
parent | 21104454f97d401c8f308ee3f468c66ff323c483 (diff) |
clang-tidy modernize-use-equals-default in sw
also removing an odd Swap function in sw::util::Setlayer
Change-Id: Ied4a4bb5a6ef3f6bdd29c40b19680600536407bc
Reviewed-on: https://gerrit.libreoffice.org/45740
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/grfatr.hxx')
-rw-r--r-- | sw/inc/grfatr.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/grfatr.hxx b/sw/inc/grfatr.hxx index b05c11b4dff9..306f9a9757fe 100644 --- a/sw/inc/grfatr.hxx +++ b/sw/inc/grfatr.hxx @@ -45,10 +45,6 @@ public: SwMirrorGrf( MirrorGraph eMiro = MirrorGraph::Dont ) : SfxEnumItem( RES_GRFATR_MIRRORGRF, eMiro ), bGrfToggle( false ) {} - SwMirrorGrf( const SwMirrorGrf &rMirrorGrf ) - : SfxEnumItem( RES_GRFATR_MIRRORGRF, rMirrorGrf.GetValue()), - bGrfToggle( rMirrorGrf.IsGrfToggle() ) - {} // pure virtual methods of SfxPoolItem virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; |