loplugin:fragiledestructor (clang-cl)

Change-Id: Ibf5b8022df00bb6c49b53853811b6503146dddd7
Reviewed-on: https://gerrit.libreoffice.org/79971
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2019-10-01 16:28:43 +02:00
parent 38ee6b2ad5
commit b7e4e20b62
4 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ namespace dxcanvas
/// Default implementation of IDXRenderModule
class DXRenderModule : public IDXRenderModule
class DXRenderModule final: public IDXRenderModule
{
public:
explicit DXRenderModule( const vcl::Window& rWindow );

View File

@@ -135,7 +135,7 @@ typedef std::shared_ptr< RequestHandler > RequestHandlerRef;
/** @todo document me
*/
class AsyncRequests : private ::cppu::BaseMutex
class AsyncRequests final: private ::cppu::BaseMutex
, public ::osl::Thread
{
public:

View File

@@ -33,7 +33,7 @@ class BitmapPalette;
class SalGraphics;
namespace Gdiplus { class Bitmap; }
class WinSalBitmap : public SalBitmap, public basegfx::SystemDependentDataHolder
class WinSalBitmap final: public SalBitmap, public basegfx::SystemDependentDataHolder
{
private:
Size maSize;

View File

@@ -27,7 +27,7 @@
class WinSalGraphics;
class WinSalFrame : public SalFrame
class WinSalFrame final: public SalFrame
{
public:
HWND mhWnd; // Window handle