diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/tree/pdfiprocessor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.cxx b/sdext/source/pdfimport/tree/pdfiprocessor.cxx index 5eb84db5622a..779a9130848e 100644 --- a/sdext/source/pdfimport/tree/pdfiprocessor.cxx +++ b/sdext/source/pdfimport/tree/pdfiprocessor.cxx @@ -211,7 +211,7 @@ void PDFIProcessor::processGlyphLine() double spaceDetectBoundary = 0.0; - // Try to find space glyph and it's width + // Try to find space glyph and its width for (size_t i = 0; i < m_GlyphsList.size(); i++) { OUString& glyph = m_GlyphsList[i].getGlyph(); |