summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-16 19:50:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-16 22:46:57 +0000
commitc5e155523ad84b8757db4379496e41e3e3faf781 (patch)
treea3a00064ee28e401290ee0c5689fff9089f98d6a /vcl/generic
parentfe24578f5aae2fee7576bcfbf5046cd83becc16e (diff)
typo
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/fontmanager/fontsubst.cxx2
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 );