diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-26 18:47:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-31 11:03:55 +0200 |
commit | 82b6d86305ad823700f9d1ccbebba785b0387a5b (patch) | |
tree | c520d2f9d9d852f25f93261e3ccfb4cad302d148 /include | |
parent | 0c71a3efb9c7b617c82cef0e9db105f64690cbcb (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')
-rw-r--r-- | include/vcl/hatch.hxx | 1 | ||||
-rw-r--r-- | include/vcl/lineinfo.hxx | 1 |
2 files changed, 0 insertions, 2 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; }; diff --git a/include/vcl/lineinfo.hxx b/include/vcl/lineinfo.hxx index 4bfa3df339ff..4ed486d55452 100644 --- a/include/vcl/lineinfo.hxx +++ b/include/vcl/lineinfo.hxx @@ -44,7 +44,6 @@ struct ImplLineInfo css::drawing::LineCap meLineCap; ImplLineInfo(); - ImplLineInfo( const ImplLineInfo& rImplLineInfo ); bool operator==( const ImplLineInfo& ) const; }; |