diff options
Diffstat (limited to 'vcl/source/gdi/pdfwriter.cxx')
-rw-r--r-- | vcl/source/gdi/pdfwriter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/pdfwriter.cxx b/vcl/source/gdi/pdfwriter.cxx index 8cc1c314baa2..8acf85f6e0f1 100644 --- a/vcl/source/gdi/pdfwriter.cxx +++ b/vcl/source/gdi/pdfwriter.cxx @@ -274,9 +274,9 @@ void PDFWriter::IntersectClipRegion( const Rectangle& rRect ) pImplementation->intersectClipRegion( rRect ); } -void PDFWriter::SetLayoutMode( sal_uLong nMode ) +void PDFWriter::SetLayoutMode( ComplexTextLayoutMode nMode ) { - pImplementation->setLayoutMode( (sal_Int32)nMode ); + pImplementation->setLayoutMode( nMode ); } void PDFWriter::SetDigitLanguage( LanguageType eLang ) |