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

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

2012-01-02 Thread Chr. Rossmanith
Hi, could someone please review this small patch and give feed back. Thank you, Christina >From c1770ed9ab8ba9f11cab7574e9ce626ec754337c Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Mon, 2 Jan 2012 21:56:19 +0100 Subject: [PATCH] Replace ByteString with rtl::OString --- vcl/gener