Kaydet (Commit) 40c3e906 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun (missing "= delete")

Change-Id: Ie9252e29b06242e8ab0b839f52de8b81897d269e
üst 112150c0
......@@ -1211,7 +1211,7 @@ namespace cppcanvas
const ::basegfx::B2DHomMatrix& rTextTransform );
EffectTextArrayAction(const EffectTextArrayAction&) = delete;
const EffectTextArrayAction& operator=(const EffectTextArrayAction&);
const EffectTextArrayAction& operator=(const EffectTextArrayAction&) = delete;
virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const override;
virtual bool renderSubset( const ::basegfx::B2DHomMatrix& rTransformation,
......@@ -1547,7 +1547,7 @@ namespace cppcanvas
const ::basegfx::B2DHomMatrix& rTextTransform );
OutlineAction(const OutlineAction&) = delete;
const OutlineAction& operator=(const OutlineAction&);
const OutlineAction& operator=(const OutlineAction&) = delete;
virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const override;
virtual bool renderSubset( const ::basegfx::B2DHomMatrix& rTransformation,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment