summaryrefslogtreecommitdiff
path: root/automation/source/server/sta_list.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-09-24 19:54:00 +0200
committerMathias Bauer <mba@openoffice.org>2010-09-24 19:54:00 +0200
commitfe8bc0c2c2a2dec162d9da30bb0684f1d00b842c (patch)
tree2b349b23aa43fada7b318d2171fb853054f26f13 /automation/source/server/sta_list.cxx
parentc8d3b5c7cf80154f7fd78d7de95cb899be567bc9 (diff)
CWS changehid: several fixes to work with old testtool
Diffstat (limited to 'automation/source/server/sta_list.cxx')
-rw-r--r--automation/source/server/sta_list.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx
index c491e66885cc..f663665c20b6 100644
--- a/automation/source/server/sta_list.cxx
+++ b/automation/source/server/sta_list.cxx
@@ -1083,7 +1083,7 @@ void StatementList::ReportError(String aMessage, ULONG nWhatever)
void StatementList::DirectLog( ULONG nType, String aMessage )
{
if ( pRet )
- pRet->GenReturn( RET_DirectLoging, nType, aMessage );
+ pRet->GenReturn( RET_DirectLoging, (USHORT) nType, aMessage );
}