diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-16 19:50:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-16 22:46:57 +0000 |
commit | c5e155523ad84b8757db4379496e41e3e3faf781 (patch) | |
tree | a3a00064ee28e401290ee0c5689fff9089f98d6a /vcl | |
parent | fe24578f5aae2fee7576bcfbf5046cd83becc16e (diff) |
typo
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/generic/fontmanager/fontsubst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/fontmanager/fontsubst.cxx b/vcl/generic/fontmanager/fontsubst.cxx index 1086531347b0..4f3ec4882b24 100644 --- a/vcl/generic/fontmanager/fontsubst.cxx +++ b/vcl/generic/fontmanager/fontsubst.cxx @@ -152,7 +152,7 @@ bool FcPreMatchSubstititution::FindFontSubstitute( FontSelectPattern &rFontSelDa //Note: see fdo#41556 if you feel compelled to cache the results here, //remember that fontconfig can return e.g. an italic font for a non-italic //input and/or different fonts depending on fontsize, bold, etc settings so - //don't cache just on the name, cache on all the input and be don't just + //don't cache just on the name, cache on all the input and don't just //return the original selection data with the fontname updated rtl::OUString aDummy; const FontSelectPattern aOut = GetFcSubstitute( rFontSelData, aDummy ); |