summaryrefslogtreecommitdiffstats
path: root/cppcanvas
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-05-24 10:52:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-05-24 10:52:44 +0000
commit432f037a6ce79fb434d47d5d51c2d75b05874a89 (patch)
treefbfc9b7aa0ca54253b46e0d66e9c0cb7705f4cd1 /cppcanvas
parentINTEGRATION: CWS wot02 (1.234.32); FILE MERGED (diff)
downloadcore-432f037a6ce79fb434d47d5d51c2d75b05874a89.tar.gz
core-432f037a6ce79fb434d47d5d51c2d75b05874a89.zip
INTEGRATION: CWS v0301 (1.11.8); FILE MERGED
2006/05/23 16:18:36 thb 1.11.8.1: i65724 Removed extraneous prependToRenderState (calcEffectTextBounds() already does that, nowadays)
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cppcanvas/source/mtfrenderer/textaction.cxx b/cppcanvas/source/mtfrenderer/textaction.cxx
index d3ffe2b6dca3..1811a83f17b5 100644
--- a/cppcanvas/source/mtfrenderer/textaction.cxx
+++ b/cppcanvas/source/mtfrenderer/textaction.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textaction.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:48:46 $
+ * last change: $Author: vg $ $Date: 2006-05-24 11:52:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1538,8 +1538,6 @@ namespace cppcanvas
0.0, nMaxPos - nMinPos,
maTextLineInfo ) );
- ::canvas::tools::prependToRenderState(aLocalState, rTransformation);
-
return calcEffectTextBounds( ::basegfx::unotools::b2DRectangleFromRealRectangle2D(
xTextLayout->queryTextBounds() ),
::basegfx::tools::getRange( aPoly ),