diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 14:13:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 14:13:06 +0000 |
commit | 0fc76175edbbb1ecfdac44d14dd726ec89f69765 (patch) | |
tree | 3a285eff261074000834a2be1b9e6f6181e7c7c0 /svx/source/inc/fmundo.hxx | |
parent | c44abb7fcaf85c30ad4dc6b9e4074b8e74c81599 (diff) |
INTEGRATION: CWS dba205c (1.13.44); FILE MERGED
2006/10/09 14:28:44 fs 1.13.44.1: #i70220# track disposal
Diffstat (limited to 'svx/source/inc/fmundo.hxx')
-rw-r--r-- | svx/source/inc/fmundo.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx index 4527dece6a0f..d996b0f8a3bd 100644 --- a/svx/source/inc/fmundo.hxx +++ b/svx/source/inc/fmundo.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmundo.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: ihi $ $Date: 2006-08-28 15:02:45 $ + * last change: $Author: hr $ $Date: 2006-10-24 15:13:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -197,6 +197,7 @@ class SVX_DLLPRIVATE FmXUndoEnvironment oslInterlockedCount m_Locks; ::osl::Mutex m_aMutex; sal_Bool bReadOnly; + bool m_bDisposed; public: FmXUndoEnvironment(FmFormModel& _rModel); |