summaryrefslogtreecommitdiff
path: root/include/vcl/hatch.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-03-26 18:47:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-31 11:03:55 +0200
commit82b6d86305ad823700f9d1ccbebba785b0387a5b (patch)
treec520d2f9d9d852f25f93261e3ccfb4cad302d148 /include/vcl/hatch.hxx
parent0c71a3efb9c7b617c82cef0e9db105f64690cbcb (diff)
clang-tidy modernize-use-equals-default in vcl/source/gdi
Change-Id: I5d7f842603ebb96b1b99b594da39bba7f845d41a Reviewed-on: https://gerrit.libreoffice.org/52170 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/hatch.hxx')
-rw-r--r--include/vcl/hatch.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/hatch.hxx b/include/vcl/hatch.hxx
index 3b326b4642c5..70286d9cc7ec 100644
--- a/include/vcl/hatch.hxx
+++ b/include/vcl/hatch.hxx
@@ -37,7 +37,6 @@ struct ImplHatch
sal_uInt16 mnAngle;
ImplHatch();
- ImplHatch( const ImplHatch& rImplHatch );
bool operator==( const ImplHatch& rImplHatch ) const;
};