Re: [Libreoffice] [PATCH] Replace ByteString with rtl::OString

2012-01-04 Thread Chr. Rossmanith
Am 02.01.2012 23:26, schrieb Eike Rathke: if( ! aToken.compareToAscii( "pdf=", 4 ) ) { sal_Int32 nPos = 0; aDir = aToken.getToken( 1, '=', nPos ); -if( ! aDir.Len() ) -aDir = String( ByteString( getenv( "HOME" ) ), osl

Re: [Libreoffice] [PATCH] Replace ByteString with rtl::OString

2012-01-02 Thread Eike Rathke
Hi Chr., On Monday, 2012-01-02 22:05:15 +0100, Chr. Rossmanith wrote: > could someone please review this small patch and give feed back. Sure. > diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx > [...] > -static String getPdfDir( const PrinterInfo& rInfo ) > +stati