summaryrefslogtreecommitdiffstats
path: root/sw/inc/anchoredobject.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 14:09:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 14:09:05 +0000
commit679a7821cfb9bd7957f2e72194b698e2c6470870 (patch)
treec74901df9682552258199c4cb87b8496d36d03d3 /sw/inc/anchoredobject.hxx
parentINTEGRATION: CWS swqbf88 (1.12.26); FILE MERGED (diff)
downloadcore-679a7821cfb9bd7957f2e72194b698e2c6470870.tar.gz
core-679a7821cfb9bd7957f2e72194b698e2c6470870.zip
INTEGRATION: CWS swqbf88 (1.19.26); FILE MERGED
2006/10/05 09:21:06 od 1.19.26.1: #i70122# classes <SwAnchoredObject> and <SwAnchoredDrawObject> - introduce new method <GetObjBoundRect()> to retrieve bounding rectangle of an anchored object.
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r--sw/inc/anchoredobject.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index 6bccf48af653..ce2be33b2b25 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: anchoredobject.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: obo $ $Date: 2006-09-15 11:39:31 $
+ * last change: $Author: vg $ $Date: 2006-11-01 15:09:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -253,6 +253,10 @@ class SwAnchoredObject
virtual const bool _SetObjTop( const SwTwips _nTop) = 0;
virtual const bool _SetObjLeft( const SwTwips _nLeft) = 0;
// <--
+
+ // --> OD 2006-10-05 #i70122#
+ virtual const SwRect GetObjBoundRect() const = 0;
+ // <--
public:
TYPEINFO();