diff options
author | Christian Lippka ORACLE <christian.lippka@oracle.com> | 2011-12-06 03:43:48 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-12-06 09:39:16 +0100 |
commit | e57053c435c4ccd8375904b22e6e0a40f149b346 (patch) | |
tree | b9e6b6858e332d8e5893ac46a8af7bc543cf00c5 /sw/inc | |
parent | f44ed1142d24c2e0adeff039c626f2074c3dab87 (diff) |
impress210: #i41995# using view contact to get bound rect for old path animation import
# HG changeset patch
# User Christian Lippka ORACLE <christian.lippka@oracle.com>
# Date 1301475461 -7200
# Node ID d87b5924442237c58b243d83012f655ce59c312d
# Parent c6dff567a9e0ee383071e53c64e3f5a06a186015
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.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index 4c2bb433108e..ff317e5e40d4 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -293,7 +293,7 @@ class SwDrawVirtObj : public SdrVirtObj virtual void NbcSetAnchorPos(const Point& rPnt); // 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; |