diff options
author | Khaled Hosny <khaled@libreofice.org> | 2023-07-10 09:49:38 +0000 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-07-10 15:45:31 +0200 |
commit | 88d72b44a1a9345e7eacdd707cecfb300517df9c (patch) | |
tree | d0606d4c086a4eed4c6669effd3992c7f1707e46 /vcl/inc | |
parent | a389e6bd7aacfa4e1ff1ea3a46199fb381d1131f (diff) |
Drop unused WinFontInstance scale
Unsed since:
commit 7cb3e475f2fb0162c7290414509de4fb8fe57e30
Author: Jan-Marek Glogowski <glogow@fbihome.de>
Date: Thu Sep 6 14:04:25 2018 +0200
WIN add SalGraphics* to WinFontInstance
Change-Id: I7d14f2efce04c919cffee612b09833810ff3f78b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154240
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/winlayout.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx index fb8e5a1c6e43..07c80e8e8b39 100644 --- a/vcl/inc/win/winlayout.hxx +++ b/vcl/inc/win/winlayout.hxx @@ -43,7 +43,6 @@ public: WinSalGraphics* GetGraphics() const { return m_pGraphics; } HFONT GetHFONT() const { return m_hFont; } - float GetScale() const { return m_fScale; } // Return true if the font is for vertical writing. // I.e. the font name of the LOGFONT is prefixed with '@'. bool IsCJKVerticalFont() const { return m_bIsCJKVerticalFont; } @@ -64,7 +63,6 @@ private: WinSalGraphics *m_pGraphics; HFONT m_hFont; - float m_fScale; bool m_bIsCJKVerticalFont; sal_Int32 m_nTmDescent; mutable sal::systools::COMReference<IDWriteFontFace> mxDWFontFace; |