summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxbitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxbitmap.hxx')
-rw-r--r--include/toolkit/awt/vclxbitmap.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/toolkit/awt/vclxbitmap.hxx b/include/toolkit/awt/vclxbitmap.hxx
index 891a8b42b536..cc83653e751a 100644
--- a/include/toolkit/awt/vclxbitmap.hxx
+++ b/include/toolkit/awt/vclxbitmap.hxx
@@ -32,17 +32,15 @@
// class VCLXBitmap
-class VCLXBitmap : public css::awt::XBitmap,
+class VCLXBitmap final : public css::awt::XBitmap,
public css::awt::XDisplayBitmap,
public css::lang::XTypeProvider,
public css::lang::XUnoTunnel,
public ::cppu::OWeakObject
{
-private:
::osl::Mutex maMutex;
BitmapEx maBitmap;
-protected:
::osl::Mutex& GetMutex() { return maMutex; }