summaryrefslogtreecommitdiff
path: root/vcl/headless/svptext.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-03 18:17:44 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-03 08:23:05 +0000
commitd7d2c6b53eacfe4e0270d6f61b3ae20047e99d35 (patch)
tree12b32a72a1ef66540538187e3797b0527ffc7208 /vcl/headless/svptext.cxx
parent7b974e056df3ad023b18592bc01394943305dc41 (diff)
vcl: rename variables from metric names to font attribute names
Change-Id: Ib0a3d82af858304bf63a20bcb30b8de741491935 Reviewed-on: https://gerrit.libreoffice.org/21054 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/headless/svptext.cxx')
-rw-r--r--vcl/headless/svptext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx
index 3eb6e9295465..785461d1fc39 100644
--- a/vcl/headless/svptext.cxx
+++ b/vcl/headless/svptext.cxx
@@ -27,9 +27,9 @@ sal_uInt16 SvpSalGraphics::SetFont( FontSelectPattern* pIFSD, int nFallbackLevel
return m_aTextRenderImpl.SetFont(pIFSD, nFallbackLevel);
}
-void SvpSalGraphics::GetFontMetric( ImplFontAttributes* pMetric, int nFallbackLevel )
+void SvpSalGraphics::GetFontAttributes( ImplFontAttributes* pFontAttributes, int nFallbackLevel )
{
- m_aTextRenderImpl.GetFontMetric(pMetric, nFallbackLevel);
+ m_aTextRenderImpl.GetFontAttributes(pFontAttributes, nFallbackLevel);
}
const FontCharMapPtr SvpSalGraphics::GetFontCharMap() const