diff options
Diffstat (limited to 'vcl/generic/print/glyphset.cxx')
-rw-r--r-- | vcl/generic/print/glyphset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/print/glyphset.cxx b/vcl/generic/print/glyphset.cxx index f0c4e301ec65..cf6d28956bf7 100644 --- a/vcl/generic/print/glyphset.cxx +++ b/vcl/generic/print/glyphset.cxx @@ -462,7 +462,7 @@ void GlyphSet::DrawGlyphs( aGlyphSet.insert (pGlyphSetID[nChar]); } - // loop over all glyph sets to detect substrings that can be xshown together + // loop over all glyph sets to detect substrings that can be shown together // without changing the postscript font sal_Int32 *pDeltaSubset = static_cast<sal_Int32*>(alloca (nLen * sizeof(sal_Int32))); unsigned char *pGlyphSubset = static_cast<unsigned char*>(alloca (nLen * sizeof(unsigned char))); |