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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/server/retstrm.cxx b/automation/source/server/retstrm.cxx
index 1e89d1826ddd..cd434a39a39c 100644
--- a/automation/source/server/retstrm.cxx
+++ b/automation/source/server/retstrm.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@ RetStream::RetStream()
{
pSammel = new SvMemoryStream();
pCommStream = new SvCommStream( pSammel );
-// SetCommStream( pCommStream );
+// SetCommStream( pCommStream );
}
RetStream::~RetStream()
@@ -63,7 +63,7 @@ void RetStream::GenReturn ( USHORT nRet, SmartId aUId, SbxValue &aValue )
Write(USHORT(SIReturn));
Write(nRet);
Write(&aUId);
- Write(USHORT(PARAM_SBXVALUE_1)); // Typ der folgenden Parameter
+ Write(USHORT(PARAM_SBXVALUE_1)); // Typ der folgenden Parameter
Write(aValue);
}
@@ -118,7 +118,7 @@ void RetStream::Reset ()
delete pSammel;
pSammel = new SvMemoryStream();
pCommStream = new SvCommStream( pSammel );
-// SetCommStream( pCommStream );
+// SetCommStream( pCommStream );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */