summaryrefslogtreecommitdiff
path: root/automation/source/server/retstrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/retstrm.cxx')
-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 df36835c15d0..21b9ad1f8bc0 100644
--- a/automation/source/server/retstrm.cxx
+++ b/automation/source/server/retstrm.cxx
@@ -80,7 +80,7 @@ void RetStream::GenReturn ( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValu
Write(sal_uInt16(SIReturn));
Write(nRet);
Write((comm_UINT32)nMethod); //HELPID BACKWARD (no sal_uLong needed)
- Write(sal_uInt16(PARAM_SBXVALUE_1)); // Typ der folgenden Parameter
+ Write(sal_uInt16(PARAM_SBXVALUE_1)); // type of the following parameters
Write(aValue);
}