diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-23 21:48:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-23 21:48:33 +0100 |
commit | aafc083257203d09fb15cbc16dd86539a7df5856 (patch) | |
tree | 3a9952ab7e541a44381d469de76bf6e1ff671ec6 /vcl/unx/generic/print | |
parent | b73abe292eda22c2332ff819a1ca5f66d0ee7d9f (diff) |
loplugin:unnecessaryoverride (dtors) in vcl
Change-Id: I38e24991308bf52e75259a30d332145aef9a757b
Diffstat (limited to 'vcl/unx/generic/print')
-rw-r--r-- | vcl/unx/generic/print/genpspgraphics.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx index 455f186613a9..6bd871b89049 100644 --- a/vcl/unx/generic/print/genpspgraphics.cxx +++ b/vcl/unx/generic/print/genpspgraphics.cxx @@ -81,7 +81,6 @@ private: public: explicit SalPrinterBmp (BitmapBuffer* pBitmap); - virtual ~SalPrinterBmp () override; virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const override; virtual sal_uInt32 GetPaletteEntryCount () const override; virtual sal_uInt32 GetPixelRGB (sal_uInt32 nRow, sal_uInt32 nColumn) const override; @@ -151,10 +150,6 @@ SalPrinterBmp::SalPrinterBmp (BitmapBuffer* pBuffer) } } -SalPrinterBmp::~SalPrinterBmp () -{ -} - sal_uInt32 SalPrinterBmp::GetDepth () const { |