diff options
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; }; |