diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:07:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:07:42 +0000 |
commit | 87bae3fe5018820b1d0fd4eea65d4c5adf22b5b6 (patch) | |
tree | 1e777439be89659cc8985fd09f2f59ddb5649d15 /automation/source/testtool/cretstrm.cxx | |
parent | 731541c4b264e01bbf038c96aecadcff539a4a37 (diff) |
INTEGRATION: CWS docking1 (1.1.104); FILE MERGED
2004/06/15 15:01:40 gh 1.1.104.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes
Diffstat (limited to 'automation/source/testtool/cretstrm.cxx')
-rw-r--r-- | automation/source/testtool/cretstrm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/testtool/cretstrm.cxx b/automation/source/testtool/cretstrm.cxx index 7143786fe..5e75816d7 100644 --- a/automation/source/testtool/cretstrm.cxx +++ b/automation/source/testtool/cretstrm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cretstrm.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-06-17 11:40:40 $ + * last change: $Author: obo $ $Date: 2004-07-06 12:07:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ void CRetStream::Read ( String &aString ) { comm_UniChar* pStr; USHORT nLenInChars; - Read( pStr, nLenInChars ); + CmdBaseStream::Read( pStr, nLenInChars ); aString = String( pStr, nLenInChars ); delete [] pStr; |