summaryrefslogtreecommitdiff
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 14:08:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 14:08:52 +0000
commitba2adfc7b7fe0c28ff576576a8aeaa4233a2091e (patch)
tree02a02e218f78c263a0bea54b01ecf721573dfa1d /sw/inc/anchoreddrawobject.hxx
parentf4ccd6b99115ff85f2f618172f8b3cebab275b05 (diff)
INTEGRATION: CWS swqbf88 (1.12.26); FILE MERGED
2006/10/05 09:21:05 od 1.12.26.1: #i70122# classes <SwAnchoredObject> and <SwAnchoredDrawObject> - introduce new method <GetObjBoundRect()> to retrieve bounding rectangle of an anchored object.
Diffstat (limited to 'sw/inc/anchoreddrawobject.hxx')
-rw-r--r--sw/inc/anchoreddrawobject.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index 126ab48bbc1e..5e7e5b9f5f8a 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: anchoreddrawobject.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-15 11:39:16 $
+ * last change: $Author: vg $ $Date: 2006-11-01 15:08:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,6 +150,9 @@ class SwAnchoredDrawObject : public SwAnchoredObject
virtual const bool _SetObjLeft( const SwTwips _nLeft);
// <--
+ // --> OD 2006-10-05 #i70122#
+ virtual const SwRect GetObjBoundRect() const;
+ // <--
public:
TYPEINFO();