summaryrefslogtreecommitdiff
path: root/sw/inc/dcontact.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r--sw/inc/dcontact.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index 7d7cbef5172b..4d992c85766a 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dcontact.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2003-11-24 15:59:59 $
+ * last change: $Author: rt $ $Date: 2003-12-01 09:37:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -292,6 +292,10 @@ class SwDrawContact : public SwContact
SwFrm *pAnchor;
SwPageFrm *pPage;
+ // OD 10.10.2003 #112299# - internal flag to indicate that disconnect
+ // from layout is in progress
+ bool mbDisconnectInProgress;
+
// OD 16.05.2003 #108784# - data structure for collecting 'virtual'
// drawing object supporting drawing objects in headers/footers.
std::list<SwDrawVirtObj*> maDrawVirtObjs;