summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-08-22 00:08:04 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-08-22 16:22:13 +0100
commit46ac7d60dde9a09239709716efcfcf66dd0e0a85 (patch)
tree28aecc878cb912be387ac6985a4f3b25ecce9d00 /vcl/source/gdi
parente2adbfc33c2cf9ad9844427f6c393da64bf48852 (diff)
font lookup - cleanup GetEnglishSearchName function signature.
Change-Id: I6e3ca358d88e0285fe6e07b0617f3078a5edb857
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/font.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/font.cxx b/vcl/source/gdi/font.cxx
index a2fb92514ac1..233babad24b4 100644
--- a/vcl/source/gdi/font.cxx
+++ b/vcl/source/gdi/font.cxx
@@ -155,8 +155,8 @@ void Impl_Font::AskConfig()
sal_uLong nType = 0;
FontWeight eWeight = WEIGHT_DONTKNOW;
FontWidth eWidthType = WIDTH_DONTKNOW;
- OUString aMapName = maFamilyName;
- GetEnglishSearchFontName( aMapName );
+ OUString aMapName = GetEnglishSearchFontName( maFamilyName );
+
utl::FontSubstConfiguration::getMapName( aMapName,
aShortName, aFamilyName, eWeight, eWidthType, nType );