summaryrefslogtreecommitdiffstats
path: root/sw/inc/dcontact.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-22 11:22:18 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-22 11:22:18 +0000
commit0c2ed93dde9564549012cbbe62ee44eb9e353cab (patch)
tree740823b82f4a68b7be1fd373b9c62f2091441459 /sw/inc/dcontact.hxx
parentINTEGRATION: CWS swdrawobjpos203 (1.15.230); FILE MERGED (diff)
downloadcore-0c2ed93dde9564549012cbbe62ee44eb9e353cab.tar.gz
core-0c2ed93dde9564549012cbbe62ee44eb9e353cab.zip
INTEGRATION: CWS swdrawobjpos203 (1.18.54); FILE MERGED
2006/03/20 08:15:12 od 1.18.54.1: #i62875# - revise fix for issue 124157
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r--sw/inc/dcontact.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index a49d274038ad..84a42c6873ba 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dcontact.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2006-02-06 17:18:12 $
+ * last change: $Author: obo $ $Date: 2006-03-22 12:22:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -427,15 +427,10 @@ class SwDrawContact : public SwContact
// from layout is in progress
bool mbDisconnectInProgress : 1;
- // --> OD 2006-01-23 #124157# - boolean indicating that drawing object
- // is connected to the Writer layout as an anchored object.
- bool mbConnectedToLayout : 1;
- // <--
-
// --> OD 2006-01-18 #129959#
// Needed data for handling of nested <SdrObjUserCall> events in
// method <_Changed(..)>
- bool mbUserCallActive;
+ bool mbUserCallActive : 1;
// event type, which is handled for <mpSdrObjHandledByCurrentUserCall>.
// Note: value only valid, if <mbUserCallActive> is TRUE.
SdrUserCallType meEventTypeOfCurrentUserCall;