summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.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/rangeutl.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/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index f3fed7b6fb25..db54bc70cab6 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -236,9 +236,6 @@ public:
SCCOL colEnd = 0,
SCROW rowEnd = 0 );
- ScArea( const ScArea& r );
-
- ScArea& operator= ( const ScArea& r );
bool operator== ( const ScArea& r ) const;
public: