summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-17 08:40:10 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-17 08:40:10 +0000
commitc91e5d874c96cfc6e1955339476fa520ffe39296 (patch)
tree452f451254fd1db71fe38e608c420f168e0c8e6d /sw/source/core/inc
parent56a1f3affcd18957442313e271e3c0ebef565d84 (diff)
CWS-TOOLING: integrate CWS aw057
Diffstat (limited to 'sw/source/core/inc')
-rw-r--r--sw/source/core/inc/dflyobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx
index dac81f3debb1..cf5ca4191381 100644
--- a/sw/source/core/inc/dflyobj.hxx
+++ b/sw/source/core/inc/dflyobj.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dflyobj.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.11.24.1 $
*
* This file is part of OpenOffice.org.
*
@@ -101,7 +101,7 @@ public:
virtual const Rectangle& GetLogicRect() const;
virtual void SetLogicRect(const Rectangle& rRect);
virtual void NbcSetLogicRect(const Rectangle& rRect);
- virtual ::basegfx::B2DPolyPolygon TakeXorPoly(sal_Bool bDetail) const;
+ virtual ::basegfx::B2DPolyPolygon TakeXorPoly() const;
virtual void NbcMove (const Size& rSiz);
virtual void NbcResize(const Point& rRef, const Fraction& xFact,
const Fraction& yFact);