diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-22 11:25:19 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-22 11:25:19 +0200 |
commit | d6fd801c62e41c1fb229cbe97c0ef767705de304 (patch) | |
tree | d86d57c53882c19a026f1e816e582306bbb33e3d | |
parent | 4e6b13fb23ea83013407dbd3281e6ebeba699544 (diff) |
Fix indentation
Change-Id: Iece106040fb7c0962d7f918151bff8c4488704a3
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 9b342241fa7c..48f4a6a37998 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -7773,7 +7773,7 @@ void PDFWriterImpl::drawLayout( SalLayout& rLayout, const String& rText, bool bT // TODO: sanitize for RTL ligatures, more complex CTL, etc. if( nChars < 0 ) nChars = -nChars; - else if( nChars == 0 ) + else if( nChars == 0 ) nChars = 1; pUnicodesPerGlyph[i] = nChars; for( int n = 1; n < nChars; n++ ) |