summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-06 09:30:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-06 09:30:35 +0000
commitafbeda170c41bcc150c8719cf66686486e06afe7 (patch)
tree5efd1babc68dd1612dc1fa2d5a48c3ebc94a8249 /goodies
parent72568618d75e6962f1632ab849d6feb4ca5e6614 (diff)
INTEGRATION: CWS sj01 (1.20.16); FILE MERGED
2003/06/04 06:23:58 sj 1.20.16.1: #10882# TextGlyphOutlines is now supporting Width and DXArray
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/eps/eps.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/eps/eps.cxx b/goodies/source/filter.vcl/eps/eps.cxx
index df902c9873bb..8ea33c4ff6b3 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.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:28:13 $
+ * last change: $Author: vg $ $Date: 2003-06-06 10:30:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2094,7 +2094,7 @@ void PSWriter::ImplText( const String& rUniString, const Point& rPos, const INT3
sal_Bool bOldLineColor = bLineColor;
bLineColor = sal_False;
std::vector<PolyPolygon> aPolyPolyVec;
- if ( aVirDev.GetTextOutlines( aPolyPolyVec, rUniString ) )
+ if ( aVirDev.GetTextOutlines( aPolyPolyVec, rUniString, 0, 0, STRING_LEN, TRUE, nWidth, pDXArry ) )
{
// always adjust text position to match baseline alignment
ImplWriteLine( "pum" );