summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-03-25 15:18:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-25 20:21:18 +0200
commit84f7b97e4e5e7183fdd98dd2c618a2a25b1cdaed (patch)
treed2d30495069cb1fc4ea3fb5266342a0e64e153ea /svx/inc
parent975884fbbc3f80a634258ee562037688a42027a9 (diff)
clang-tidy modernize-use-equals-default in XPolygon
Change-Id: I82a4a56bf02c6ff2495bd7a6058640d77e8c0b73 Reviewed-on: https://gerrit.libreoffice.org/51832 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/xpolyimp.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx
index 4b73dd6fe556..425d2a551058 100644
--- a/svx/inc/xpolyimp.hxx
+++ b/svx/inc/xpolyimp.hxx
@@ -55,10 +55,6 @@ class ImpXPolyPolygon
{
public:
::std::vector< XPolygon > aXPolyList;
-
- ImpXPolyPolygon() {}
- ImpXPolyPolygon( const ImpXPolyPolygon& rImpXPolyPoly );
- ~ImpXPolyPolygon();
};