summaryrefslogtreecommitdiff
path: root/automation/source/testtool/cretstrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool/cretstrm.cxx')
-rw-r--r--automation/source/testtool/cretstrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/testtool/cretstrm.cxx b/automation/source/testtool/cretstrm.cxx
index a6850b1c2cc4..907ce02a4731 100644
--- a/automation/source/testtool/cretstrm.cxx
+++ b/automation/source/testtool/cretstrm.cxx
@@ -52,7 +52,7 @@ CRetStream::~CRetStream()
void CRetStream::Read ( String &aString )
{
comm_UniChar* pStr;
- USHORT nLenInChars;
+ sal_uInt16 nLenInChars;
CmdBaseStream::Read( pStr, nLenInChars );
aString = String( pStr, nLenInChars );