summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/textlayoutdevice.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2007-12-12 12:23:40 +0000
committerArmin Weiss <aw@openoffice.org>2007-12-12 12:23:40 +0000
commitc58ad39340a331ca5b77f39530f5267985b53144 (patch)
tree9f697fd3c7f3c95904140b94e772134f421ee38a /drawinglayer/source/primitive2d/textlayoutdevice.cxx
parent951409194e0404dd794bda0fbd890999d4c394f2 (diff)
#i39532# clipping changes
Diffstat (limited to 'drawinglayer/source/primitive2d/textlayoutdevice.cxx')
-rw-r--r--drawinglayer/source/primitive2d/textlayoutdevice.cxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
index 56d7ea292bba..aee637ce1884 100644
--- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx
+++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textlayoutdevice.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: aw $ $Date: 2007-11-19 10:21:42 $
+ * last change: $Author: aw $ $Date: 2007-12-12 13:23:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -231,11 +231,8 @@ namespace drawinglayer
basegfx::B2DPolyPolygonVector& rB2DPolyPolyVector,
const String& rText,
xub_StrLen nIndex,
- xub_StrLen nLength,
- const ::std::vector< sal_Int32 >& rDXArray)
+ xub_StrLen nLength)
{
- const sal_Int32* pDXArray = rDXArray.size() ? &rDXArray[0] : NULL;
-
return mrDevice.GetTextOutlines(
rB2DPolyPolyVector,
rText,
@@ -244,7 +241,7 @@ namespace drawinglayer
nLength,
true,
0,
- pDXArray);
+ 0);
}
basegfx::B2DRange TextLayouterDevice::getTextBoundRect(