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
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
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