summaryrefslogtreecommitdiff
path: root/automation/source/server/sta_list.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 15:03:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 15:03:50 +0000
commit7de730a1f2c939654c6208baff41269d18c39b09 (patch)
tree2459add64cd14fc6ad7a919d4dffe69696d0b1b9 /automation/source/server/sta_list.cxx
parent036f385a392c49f783e6ba558507edc3f03804d9 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'automation/source/server/sta_list.cxx')
-rw-r--r--automation/source/server/sta_list.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx
index 3393b8a80852..5d1b81fd8dde 100644
--- a/automation/source/server/sta_list.cxx
+++ b/automation/source/server/sta_list.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sta_list.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: gh $ $Date: 2002-12-09 14:49:34 $
+ * last change: $Author: hr $ $Date: 2003-03-18 16:03:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -949,7 +949,7 @@ void StatementList::DirectLog(ULONG nUId, String aMessage)
#define CALL_EVENT_WITH_NOTIFY( EventType, Event, WinP, Method ) \
{ \
- if ( StatementList::WinPtrValid( WinP ) ) \
+ if ( StatementList::WinPtrValid( WinP ) ) \
{ \
NotifyEvent aNEvt( EventType, WinP, &Event ); \
if ( !WinP->PreNotify( aNEvt ) ) \