diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 08:37:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 08:37:16 +0000 |
commit | 6739f172813ff3e09fba3d57a31be20e350bac71 (patch) | |
tree | 2eaccedb452c9b2a93e98dd65caf3381b9026e68 /sw/inc/dcontact.hxx | |
parent | 81544f1c84364fd2cae34330c229c2f73af0b187 (diff) |
INTEGRATION: CWS geordi2q10 (1.7.2); FILE MERGED
2003/11/27 08:56:37 rt 1.7.2.1: #111934#: join CWS sw7pp1b
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r-- | sw/inc/dcontact.hxx | 8 |
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; |