summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:17:35 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:17:35 +0000
commit86f87059cbf5972f492bffdef7c7a2f8901b92a9 (patch)
tree4de847aa41ccb46087b51d1f093a37fabe3c8116 /automation
parent890caa426ae16e63da75828d4e50523930bec50e (diff)
INTEGRATION: CWS aquavcl05_DEV300 (1.19.30); FILE MERGED
2008/02/15 12:22:57 gh 1.19.30.1: #i85769#refine ResetSafeReschedule to count executes on modaldialogs
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/server.cxx14
1 files changed, 11 insertions, 3 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index 9e04d379dc0b..4071ab15de4a 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: server.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: gh $ $Date: 2008-02-15 12:14:42 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:17:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -678,7 +678,15 @@ IMPL_LINK( ImplRemoteControl, CommandHdl, Application*, EMPTYARG )
if ( StatementList::bExecuting )
m_pDbgWin->AddText( "In Execute " );
if ( StatementList::IsInReschedule() )
- m_pDbgWin->AddText( "In Reschedule " );
+ {
+ m_pDbgWin->AddText( "In Reschedule FocusWindow: 0x" );
+ m_pDbgWin->AddText(
+ String::CreateFromInt64(
+ sal::static_int_cast< sal_Int64 >(
+ reinterpret_cast< sal_IntPtr >(GetpApp()->GetFocusWindow())),
+ 16 ));
+ m_pDbgWin->AddText( " " );
+ }
m_pDbgWin->AddText( "Leaving CommandHdl\n" );
#endif
return 0; // Garnicht erst irgendwelchen blödsinn machen