summaryrefslogtreecommitdiff
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 10:47:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 10:47:54 +0000
commit1eb03c9ba1296f71bc84db404e229de7f1b7aeaa (patch)
tree545ce44ea031503ebef2495347779b8fd9cc0640 /sw/inc/anchoreddrawobject.hxx
parent463e406877453c6d29451e582cc0d87d905d12e0 (diff)
INTEGRATION: CWS loopcontrol (1.13.390); FILE MERGED
2007/09/05 08:08:54 fme 1.13.390.1: #i81146# Implement various loop controls
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