drawinglayer/source/processor2d/d2dpixelprocessor2d.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 0727e4ca62f40a32926a716fd3fe62343cc76b83
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Jan 12 08:31:48 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Jan 12 09:51:44 2023 +0000

    loplugin:unnecessaryoverride (clang-cl)
    
    Change-Id: Ib0f721cb0bb7ebfd3b422cfb9e93804a70e1270b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145381
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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

Reply via email to