summaryrefslogtreecommitdiff
path: root/sw/source/core/draw
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <od@openoffice.org>2009-12-30 15:04:27 +0100
committerOliver-Rainer Wittmann <od@openoffice.org>2009-12-30 15:04:27 +0100
commit5d57f18e6f0b14a1bf2c0f418a9cd6f64e06781b (patch)
tree64c33d79f4d680d25260f071a9d622dcc1c15124 /sw/source/core/draw
parentd7d854b1c4f70f57f29261d6a942bdb29ebcee8c (diff)
sw33bf02: #i89920# Improvement of selection of objects in background
Diffstat (limited to 'sw/source/core/draw')
-rw-r--r--sw/source/core/draw/dflyobj.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/core/draw/dflyobj.cxx b/sw/source/core/draw/dflyobj.cxx
index 15ca46ca2456..c97c0a079745 100644
--- a/sw/source/core/draw/dflyobj.cxx
+++ b/sw/source/core/draw/dflyobj.cxx
@@ -566,6 +566,11 @@ const Rectangle& __EXPORT SwVirtFlyDrawObj::GetCurrentBoundRect() const
return aOutRect;
}
+const Rectangle& __EXPORT SwVirtFlyDrawObj::GetLastBoundRect() const
+{
+ return GetCurrentBoundRect();
+}
+
void __EXPORT SwVirtFlyDrawObj::RecalcBoundRect()
{