--- ooo_1.1.0_src.orig/unotools/inc/unotools/transliterationwrapper.hxx Thu Nov 13 21:34:40 2003 +++ ooo_1.1.0_src.orig/unotools/inc/unotools/transliterationwrapper.hxx Fri Nov 14 20:23:36 2003 @@ -138,12 +138,12 @@ string is returned. */ String transliterate( const String& rStr, xub_StrLen nStart, xub_StrLen nLen, - ::com::sun::star::uno::Sequence * pOffset ) const; + ::com::sun::star::uno::Sequence * pOffset ) const; // Wrapper implementations of class Transliteration String transliterate( const String& rStr, sal_uInt16 nLanguage, xub_StrLen nStart, xub_StrLen nLen, - ::com::sun::star::uno::Sequence * pOffset ); + ::com::sun::star::uno::Sequence * pOffset ); /** If two strings are equal per this transliteration. Returns the number of matched code points in any case, even if strings --- ooo_1.1.0_src.orig/unotools/source/i18n/transliterationwrapper.cxx Thu Nov 13 21:34:40 2003 +++ ooo_1.1.0_src.orig/unotools/source/i18n/transliterationwrapper.cxx Fri Nov 14 20:23:38 2003 @@ -140,7 +140,7 @@ String TransliterationWrapper::transliterate( const String& rStr, sal_uInt16 nLang, xub_StrLen nStart, xub_StrLen nLen, - Sequence * pOffset ) + Sequence * pOffset ) { String sRet; if( xTrans.is() ) @@ -166,7 +166,7 @@ String TransliterationWrapper::transliterate( const String& rStr, xub_StrLen nStart, xub_StrLen nLen, - Sequence * pOffset ) const + Sequence * pOffset ) const { String sRet( rStr ); if( xTrans.is() ) --- ooo_1.1.0_src.orig/unotools/source/streaming/streamhelper.cxx Thu Nov 13 21:34:40 2003 +++ ooo_1.1.0_src.orig/unotools/source/streaming/streamhelper.cxx Fri Nov 14 20:23:39 2003 @@ -193,7 +193,7 @@ if (!m_xLockBytes.Is()) throw stario::NotConnectedException(::rtl::OUString(), static_cast(this)); - ULONG nWritten; + sal_uInt32 nWritten; ErrCode nError = m_xLockBytes->WriteAt( m_nActPos, aData.getConstArray(), aData.getLength(), &nWritten ); m_nActPos += nWritten;