summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxfont.hxx')
-rw-r--r--include/toolkit/awt/vclxfont.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/toolkit/awt/vclxfont.hxx b/include/toolkit/awt/vclxfont.hxx
index 080f9feacc64..9b12b496a21b 100644
--- a/include/toolkit/awt/vclxfont.hxx
+++ b/include/toolkit/awt/vclxfont.hxx
@@ -34,19 +34,17 @@
// class VCLXFont
-class TOOLKIT_DLLPUBLIC VCLXFont : public css::awt::XFont2,
+class TOOLKIT_DLLPUBLIC VCLXFont final : public css::awt::XFont2,
public css::lang::XTypeProvider,
public css::lang::XUnoTunnel,
public ::cppu::OWeakObject
{
-private:
::osl::Mutex maMutex;
css::uno::Reference< css::awt::XDevice> mxDevice;
vcl::Font maFont;
std::unique_ptr<FontMetric>
mpFontMetric;
-protected:
bool ImplAssertValidFontMetric();
::osl::Mutex& GetMutex() { return maMutex; }