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 | 6673ec3b94638518ede3331d752d8ba4d56adaae (patch) | |
tree | 5fe038e2d0b7c35d4a7159ddb1409ccc942ff37e /sw/inc/dcontact.hxx | |
parent | e0084c9710924ad40999707929b59c3108cb9d9a (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 1e4e7e5288..fe2b52da3a 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; |