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>
This commit is contained in:
parent
d66a97d562
commit
0727e4ca62
1 changed files with 0 additions and 6 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue