diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-17 16:41:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-17 21:53:28 +0200 |
commit | 64a3124d928f337011cad137c2c059f1ef064377 (patch) | |
tree | cdcea46848e5b61872716d8deb6f5d5b8f57894a /vcl/source/gdi | |
parent | fc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff) |
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3
Reviewed-on: https://gerrit.libreoffice.org/41194
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index bc1fcec4abad..63d9848e2a22 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -7035,7 +7035,7 @@ void PDFWriterImpl::drawText( const Point& rPos, const OUString& rText, sal_Int3 updateGraphicsState(); - // get a layout from the OuputDevice's SalGraphics + // get a layout from the OutputDevice's SalGraphics // this also enforces font substitution and sets the font on SalGraphics SalLayout* pLayout = m_pReferenceDevice->ImplLayout( rText, nIndex, nLen, rPos ); if( pLayout ) @@ -7051,7 +7051,7 @@ void PDFWriterImpl::drawTextArray( const Point& rPos, const OUString& rText, con updateGraphicsState(); - // get a layout from the OuputDevice's SalGraphics + // get a layout from the OutputDevice's SalGraphics // this also enforces font substitution and sets the font on SalGraphics SalLayout* pLayout = m_pReferenceDevice->ImplLayout( rText, nIndex, nLen, rPos, 0, pDXArray ); if( pLayout ) @@ -7067,7 +7067,7 @@ void PDFWriterImpl::drawStretchText( const Point& rPos, sal_uLong nWidth, const updateGraphicsState(); - // get a layout from the OuputDevice's SalGraphics + // get a layout from the OutputDevice's SalGraphics // this also enforces font substitution and sets the font on SalGraphics SalLayout* pLayout = m_pReferenceDevice->ImplLayout( rText, nIndex, nLen, rPos, nWidth ); if( pLayout ) |