summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:39:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:39:15 +0000
commit4f810d3fa4cba3092c135666dea8d4b3c266d315 (patch)
tree6022d064c95dd053822dd0b2bcae653e0eb5a517 /automation
parent744ebbb1c9c205437086c60cbcefdad09a3de89f (diff)
INTEGRATION: CWS gh6 (1.3.28); FILE MERGED
2004/03/05 09:46:57 gh 1.3.28.1: fix compiler warnings
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/recorder.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/automation/source/server/recorder.cxx b/automation/source/server/recorder.cxx
index 34bded8b85d9..a528e061c905 100644
--- a/automation/source/server/recorder.cxx
+++ b/automation/source/server/recorder.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: recorder.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 13:43:24 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:39:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -356,7 +356,7 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent )
ButtonDialog* pBD = (ButtonDialog*)pParent;
// we have to find the current Button ID ourselves since it is not generated at this point :-(
- USHORT nCurrentButtonId = 99999; // Some wild value to wak up people
+ USHORT nCurrentButtonId = 0xffff; // Some wild value to wak up people
int i;
for ( i = 0; i < pBD->GetButtonCount() ; i++ )
{
@@ -725,9 +725,9 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent )
{
DBG_TRACE3( "TT_VCLMessage %u %u %X",nEventID, pWin->GetType(), pWin );
FloatingWindow *pFW = ((FloatingWindow*)pWin);
- switch( nEventID )
+/* switch( nEventID )
{
-/*
+
// M_OpenMenu an einem ToolboxButton
case VCLEVENT_WINDOW_SHOW:
if ( pActionParent )
@@ -742,9 +742,9 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent )
bSendData = TRUE;
}
break;
- */
+
}
- }
+ */ }
break;
/*
case M_AnimateMouse :