summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-07-03 10:52:34 +0300
committerخالد حسني <khaled@libreoffice.org>2023-07-03 15:04:55 +0200
commit206f8b905dc00b86f9926a3ee6b503bd56bc0115 (patch)
tree1c98e9e36720ab5f888266254bdfc0f665cc08be /vcl/win
parent362dfc50a28a918ec73609a00d2851eb3058375d (diff)
Rename ImplFontMetricData -> FontMetricData
Change-Id: I0f8753a5ef1865f4ea0431125e74d0f52aa1c396 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153868 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/gdi/salfont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx
index 196932982c28..37afd63123b8 100644
--- a/vcl/win/gdi/salfont.cxx
+++ b/vcl/win/gdi/salfont.cxx
@@ -834,7 +834,7 @@ void WinSalGraphics::SetFont(LogicalFontInstance* pFont, int nFallbackLevel)
}
}
-void WinSalGraphics::GetFontMetric( ImplFontMetricDataRef& rxFontMetric, int nFallbackLevel )
+void WinSalGraphics::GetFontMetric( FontMetricDataRef& rxFontMetric, int nFallbackLevel )
{
// temporarily change the HDC to the font in the fallback level
rtl::Reference<WinFontInstance> pFontInstance = mpWinFontEntry[nFallbackLevel];