diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-08-13 10:29:40 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-08-13 10:29:40 +0000 |
commit | 56850bba4c8fa4018034c00c3a715a3de5405a8d (patch) | |
tree | e6f5334e8452fb092f4b334a99e0ad2246389950 /vcl/source/gdi/pdfwriter.cxx | |
parent | e5d173098e94c404dbc35da66cb397ba094f4a95 (diff) |
#101570#: minor code changes
Diffstat (limited to 'vcl/source/gdi/pdfwriter.cxx')
-rw-r--r-- | vcl/source/gdi/pdfwriter.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/source/gdi/pdfwriter.cxx b/vcl/source/gdi/pdfwriter.cxx index aec76b13af29..5fb0fa0b1fd6 100644 --- a/vcl/source/gdi/pdfwriter.cxx +++ b/vcl/source/gdi/pdfwriter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pdfwriter.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pl $ $Date: 2002-07-29 12:47:11 $ + * last change: $Author: ka $ $Date: 2002-08-13 11:29:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -388,3 +388,8 @@ void PDFWriter::SetTextLineColor( const Color& rColor ) { ((PDFWriterImpl*)pImplementation)->setTextLineColor( rColor ); } + +void PDFWriter::SetTextAlign( TextAlign eAlign ) +{ + ((PDFWriterImpl*)pImplementation)->setTextAlign( eAlign ); +} |