summaryrefslogtreecommitdiff
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
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 5e7e5b9f5f8a..eb08a52f9213 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: anchoreddrawobject.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2006-11-01 15:08:52 $
+ * last change: $Author: vg $ $Date: 2007-09-20 11:47:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -228,6 +228,9 @@ class SwAnchoredDrawObject : public SwAnchoredObject
// --> OD 2006-03-17 #i62875#
const bool IsOutsidePage() const;
// <--
+
+ // new Loop control
+ void ValidateThis() { mbValidPos = true; }
};
#endif