summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-12-28 14:58:35 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-02 07:44:39 +0100
commitfd3fc84e590fc84f62ce3bace668fe40a25f54b5 (patch)
treece66f9353b81ee22a0aee6f4991da4b8a8018cd2 /sc/inc/viewopti.hxx
parenta7e6e4b220089a2d8a58ff10393d598a8b796fa5 (diff)
clang-tidy modernize-use-equals-default in sc/source/core/tool
remove default-able copy-ctors/assignments Change-Id: I40255393899275a5825ffef4df3f08c6ce5348c2 Reviewed-on: https://gerrit.libreoffice.org/47140 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 0eae517d78a1..375daefc5013 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -116,7 +116,6 @@ class SC_DLLPUBLIC ScTpViewItem : public SfxPoolItem
{
public:
ScTpViewItem( const ScViewOptions& rOpt );
- ScTpViewItem( const ScTpViewItem& rItem );
virtual ~ScTpViewItem() override;
virtual bool operator==( const SfxPoolItem& ) const override;