diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-11-19 17:10:24 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-19 20:31:53 +0100 |
commit | ac3e2eac2bfaf6a2a94ac1bb4926d35a55125b3e (patch) | |
tree | cdee3ce48a585544dbb2013226e3744512ecaf15 /sw/source/uibase/dialog | |
parent | 2d8cca33e3cce4a885fcfc9a3c38483927f2242d (diff) |
clang-tidy modernize-use-equals-default in sw/source/uibase
removing unused assignment operators for SwDocDisplayItem,
SwElemItem and SwShadowCursorItem, which are implicitly deleted now.
Change-Id: I25200c3c61b77c5dedf7cf9de3edabc9d1e68730
Reviewed-on: https://gerrit.libreoffice.org/44928
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/dialog')
-rw-r--r-- | sw/source/uibase/dialog/swwrtshitem.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/uibase/dialog/swwrtshitem.cxx b/sw/source/uibase/dialog/swwrtshitem.cxx index 366c760efb55..4c6671e5bbb9 100644 --- a/sw/source/uibase/dialog/swwrtshitem.cxx +++ b/sw/source/uibase/dialog/swwrtshitem.cxx @@ -25,11 +25,6 @@ SwWrtShellItem::SwWrtShellItem( SwWrtShell* pSh ) { } -SwWrtShellItem::SwWrtShellItem( const SwWrtShellItem& rItem) : - SfxPoolItem( rItem.Which() ), - pWrtSh( rItem.pWrtSh ) -{ -} bool SwWrtShellItem::operator==( const SfxPoolItem& rItem) const { |