diff -urN ooo_1.1.0_src.orig/automation/source/inc/cmdbasestream.hxx ooo_1.1.0_src/automation/source/inc/cmdbasestream.hxx --- ooo_1.1.0_src.orig/automation/source/inc/cmdbasestream.hxx Sat Nov 15 23:00:03 2003 +++ ooo_1.1.0_src/automation/source/inc/cmdbasestream.hxx Sun Nov 16 21:29:34 2003 @@ -110,6 +110,7 @@ void Read ( comm_BOOL &bBool ); comm_USHORT GetNextType(); + void Write( comm_UINT32 nNr ); void Write( comm_USHORT nNr ); void Write( comm_ULONG nNr ); void Write( const comm_UniChar* aString, comm_USHORT nLenInChars ); diff -urN ooo_1.1.0_src.orig/automation/source/testtool/cmdstrm.hxx ooo_1.1.0_src/automation/source/testtool/cmdstrm.hxx --- ooo_1.1.0_src.orig/automation/source/testtool/cmdstrm.hxx Sat Nov 15 23:00:03 2003 +++ ooo_1.1.0_src/automation/source/testtool/cmdstrm.hxx Sun Nov 16 21:28:44 2003 @@ -110,6 +110,7 @@ // CmdBaseStream::Write; void Write( comm_USHORT nNr ){CmdBaseStream::Write( nNr );} void Write( comm_ULONG nNr ){CmdBaseStream::Write( nNr );} + void Write( comm_UINT32 nNr ){CmdBaseStream::Write( nNr );} void Write( const comm_UniChar* aString, comm_USHORT nLenInChars ){CmdBaseStream::Write( aString, nLenInChars );} void Write( comm_BOOL bBool ){CmdBaseStream::Write( bBool );} // new