Kaydet (Commit) 1e6ff3c0 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS vcl47 (1.14.74); FILE MERGED

2005/11/30 11:33:17 pl 1.14.74.1: #i55764# support digit language
üst d5aa3209
......@@ -4,9 +4,9 @@
*
* $RCSfile: pdfwriter.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: rt $ $Date: 2005-09-09 12:08:18 $
* last change: $Author: hr $ $Date: 2006-01-26 18:09:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -372,6 +372,11 @@ void PDFWriter::SetLayoutMode( ULONG nMode )
((PDFWriterImpl*)pImplementation)->setLayoutMode( (sal_Int32)nMode );
}
void PDFWriter::SetDigitLanguage( LanguageType eLang )
{
((PDFWriterImpl*)pImplementation)->setDigitLanguage( eLang );
}
void PDFWriter::SetTextColor( const Color& rColor )
{
((PDFWriterImpl*)pImplementation)->setTextColor( rColor );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment