diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-27 15:28:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-28 07:43:56 +0200 |
commit | a12523644802f715ca57774b75f84e327dc221f7 (patch) | |
tree | 6f79ff40710f3a799370e805e963e2b0059bd019 /cppcanvas/source/wrapper/implsprite.cxx | |
parent | 05ff3d67d0e2e436406786c949eb7cfca107ba33 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I48e6fb31df732805423b89ed91b6e4363a69b668
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121150
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppcanvas/source/wrapper/implsprite.cxx')
-rw-r--r-- | cppcanvas/source/wrapper/implsprite.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcanvas/source/wrapper/implsprite.cxx b/cppcanvas/source/wrapper/implsprite.cxx index f7cd4eb77c97..c0450880d75d 100644 --- a/cppcanvas/source/wrapper/implsprite.cxx +++ b/cppcanvas/source/wrapper/implsprite.cxx @@ -33,7 +33,6 @@ namespace cppcanvas::internal ImplSprite::ImplSprite( const uno::Reference< rendering::XSpriteCanvas >& rParentCanvas, const uno::Reference< rendering::XSprite >& rSprite, const ImplSpriteCanvas::TransformationArbiterSharedPtr& rTransformArbiter ) : - mxGraphicDevice(), mxSprite( rSprite ), mpTransformArbiter( rTransformArbiter ) { |