summaryrefslogtreecommitdiff
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 15:11:39 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 15:11:39 +0000
commitf7247bf780e7fcb81492f2f8a503b106da6b5ddf (patch)
tree4655d4fc1ece281ff505e850f4f367ac4d0f6b84 /sw/inc/anchoreddrawobject.hxx
parenta1f40c7a84b3a4c3a127aa7762893c6c1020d4ed (diff)
INTEGRATION: CWS dbwizard4 (1.6.218); FILE MERGED
2005/03/01 10:02:28 od 1.6.218.1: #i37877# class <SwAnchoredDrawObject> - new method <IsValidPos()>
Diffstat (limited to 'sw/inc/anchoreddrawobject.hxx')
-rw-r--r--sw/inc/anchoreddrawobject.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index e31e1f0d5827..bd14f8400987 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: anchoreddrawobject.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-27 12:29:49 $
+ * last change: $Author: kz $ $Date: 2005-03-18 16:11:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,6 +171,10 @@ class SwAnchoredDrawObject : public SwAnchoredObject
// declaration of pure virtual methods of base class <SwAnchoredObject>
virtual void MakeObjPos();
virtual void InvalidateObjPos();
+ inline bool IsValidPos() const
+ {
+ return mbValidPos;
+ }
// accessors to the format
virtual SwFrmFmt& GetFrmFmt();