summaryrefslogtreecommitdiff
path: root/automation/source/server/sta_list.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:17:59 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:17:59 +0000
commit90f643e0812b864492d6514da3e1b53d8bd39cd4 (patch)
tree4fd74477d874b1b23e7168bd2649915243c77e18 /automation/source/server/sta_list.cxx
parent86f87059cbf5972f492bffdef7c7a2f8901b92a9 (diff)
INTEGRATION: CWS aquavcl05_DEV300 (1.25.32); FILE MERGED
2008/02/15 12:22:58 gh 1.25.32.1: #i85769#refine ResetSafeReschedule to count executes on modaldialogs
Diffstat (limited to 'automation/source/server/sta_list.cxx')
-rw-r--r--automation/source/server/sta_list.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx
index 0286da36d3d4..c5af8dd74d56 100644
--- a/automation/source/server/sta_list.cxx
+++ b/automation/source/server/sta_list.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sta_list.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: gh $ $Date: 2008-02-15 12:14:42 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:17:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,6 +95,7 @@ TTProfiler *StatementList::pProfiler = NULL;
StatementList *StatementList::pFirst = NULL;
BOOL StatementList::bReadingCommands = FALSE;
BOOL StatementList::bIsInReschedule = FALSE;
+USHORT StatementList::nModalCount = 0;
Window *StatementList::pLastFocusWindow = NULL;
BOOL StatementList::bWasDragManager = FALSE;
BOOL StatementList::bWasPopupMenu = FALSE;