diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-12 08:31:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-12 09:51:44 +0000 |
commit | 0727e4ca62f40a32926a716fd3fe62343cc76b83 (patch) | |
tree | 51b8a6e8a63f192cf827b9973a0091e9bdb652d5 /drawinglayer | |
parent | d66a97d5622bfc7c8d68452eb5a3c2378b0b1820 (diff) |
loplugin:unnecessaryoverride (clang-cl)
Change-Id: Ib0f721cb0bb7ebfd3b422cfb9e93804a70e1270b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145381
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/d2dpixelprocessor2d.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drawinglayer/source/processor2d/d2dpixelprocessor2d.cxx b/drawinglayer/source/processor2d/d2dpixelprocessor2d.cxx index 35cc011385aa..2f3d6e25dced 100644 --- a/drawinglayer/source/processor2d/d2dpixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/d2dpixelprocessor2d.cxx @@ -72,8 +72,6 @@ public: mpD2DFactory.clear(); } - ~ID2D1GlobalFactoryProvider() {} - sal::systools::COMReference<ID2D1Factory>& getID2D1Factory() { return mpD2DFactory; } }; @@ -89,8 +87,6 @@ public: { } - ~ID2D1GlobalRenderTargetProvider() {} - sal::systools::COMReference<ID2D1DCRenderTarget>& getID2D1DCRenderTarget() { if (!mpID2D1DCRenderTarget && aID2D1GlobalFactoryProvider.getID2D1Factory()) @@ -367,8 +363,6 @@ public: { } - ~SystemDependentData_ID2D1Bitmap() {} - const sal::systools::COMReference<ID2D1Bitmap>& getID2D1Bitmap() const { return mpD2DBitmap; } const std::shared_ptr<SalBitmap>& getAssociatedAlpha() const { return maAssociatedAlpha; } |