summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 14:33:41 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 14:33:41 +0000
commit2943aaa68375e7913a5d3fc016514fc84c84a4eb (patch)
tree38e666bb776ca22b189cfd39a80cb98d49b8e11d /goodies
parent3bf259cbb63e5bbe44c8a9646de7e4289dfa7593 (diff)
INTEGRATION: CWS sj17 (1.25.36); FILE MERGED
2005/03/14 13:27:10 sj 1.25.36.1: #b236778# taking care of text alignment if getting glyphoutlines
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/eps/eps.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/eps/eps.cxx b/goodies/source/filter.vcl/eps/eps.cxx
index 62d2f461f673..af02007f9c43 100644
--- a/goodies/source/filter.vcl/eps/eps.cxx
+++ b/goodies/source/filter.vcl/eps/eps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eps.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 15:28:16 $
+ * last change: $Author: rt $ $Date: 2005-03-29 15:33:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2079,6 +2079,7 @@ void PSWriter::ImplText( const String& rUniString, const Point& rPos, const INT3
VirtualDevice aVirDev( 1 );
aVirDev.SetMapMode( rVDev.GetMapMode() );
aVirDev.SetFont( aNotRotatedFont );
+ aVirDev.SetTextAlign( eTextAlign );
sal_Int16 nRotation = maFont.GetOrientation();
Polygon aPolyDummy( 1 );