summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorChristian Lippka ORACLE <christian.lippka@oracle.com>2011-03-30 10:57:41 +0200
committerChristian Lippka ORACLE <christian.lippka@oracle.com>2011-03-30 10:57:41 +0200
commit7a8a9644f0c9318bae6a82b44ef0326d0eb1f376 (patch)
tree65dadc1b8aacdc2f2fa8f4b1c3865d60045d7842 /sw/inc
parent37cbbd1d0cd7a5a44e8d887fecd2e7ba56c3977d (diff)
impress210: #i41995# using view contact to get bound rect for old path animation import
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/dcontact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index a6f336d2776e..7d5fec3e37c0 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -342,7 +342,7 @@ class SwDrawVirtObj : public SdrVirtObj
// #108784#
// All overloaded methods which need to use the offset
- virtual void RecalcBoundRect(bool bForce = false);
+ virtual void RecalcBoundRect();
virtual ::basegfx::B2DPolyPolygon TakeXorPoly() const;
virtual ::basegfx::B2DPolyPolygon TakeContour() const;
virtual SdrHdl* GetHdl(sal_uInt32 nHdlNum) const;