diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 13:39:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 14:12:38 +0100 |
commit | 56d479f5405cf018bf233879387dbad851d279f2 (patch) | |
tree | c6b2ae67ad666eaab625e1066eb144892ba1a8b8 /vcl/source/font | |
parent | bb80b9e6cda268bb57481e7835ac6e4009174053 (diff) |
vcl: Use appropriate OUString functions on string constants
Change-Id: I010146e9b7181d0cc704a26ae1d373794cf6facb
Diffstat (limited to 'vcl/source/font')
-rw-r--r-- | vcl/source/font/PhysicalFontCollection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx index 4eee2251d464..6754e1bbfdf5 100644 --- a/vcl/source/font/PhysicalFontCollection.cxx +++ b/vcl/source/font/PhysicalFontCollection.cxx @@ -264,7 +264,7 @@ PhysicalFontFamily* PhysicalFontCollection::GetGlyphFallbackFont( FontSelectPatt // apply outdev3.cxx specific fontname normalization rFontSelData.maSearchName = GetEnglishSearchFontName( rFontSelData.maSearchName ); else - rFontSelData.maSearchName = ""; + rFontSelData.maSearchName.clear(); // See fdo#32665 for an example. FreeSerif that has glyphs in normal // font, but not in the italic or bold version |