summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-09-17 14:28:41 +0200
committerMathias Bauer <mba@openoffice.org>2010-09-17 14:28:41 +0200
commitee51c36c43b17129c911eb9ee9fb65e695971713 (patch)
tree76cfb16e384ed9b8a780fc037f10d835379b9333 /automation
parente6010b5e704d62471fada5ea63c5d240507e8a3a (diff)
CWS changehid: doesn't compile on 64bit
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/retstrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/retstrm.cxx b/automation/source/server/retstrm.cxx
index d1cd5d2327f1..951237dbcd2f 100644
--- a/automation/source/server/retstrm.cxx
+++ b/automation/source/server/retstrm.cxx
@@ -79,7 +79,7 @@ void RetStream::GenReturn ( USHORT nRet, USHORT nMethod, SbxValue &aValue )
{
Write(USHORT(SIReturn));
Write(nRet);
- Write((ULONG)nMethod); //HELPID BACKWARD (no ULONG needed)
+ Write((comm_ULONG)nMethod); //HELPID BACKWARD (no ULONG needed)
Write(USHORT(PARAM_SBXVALUE_1)); // Typ der folgenden Parameter
Write(aValue);
}