[Libreoffice-commits] .: vcl/unx

Radek Doulík rodo at kemper.freedesktop.org
Wed May 18 03:47:12 PDT 2011


 vcl/unx/source/printer/ppdparser.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15c15980bd7b13d00e31d9fc08dcf14165d3304d
Author: Radek Doulik <rodo at novell.com>
Date:   Wed May 18 12:46:56 2011 +0200

    fix debug build

diff --git a/vcl/unx/source/printer/ppdparser.cxx b/vcl/unx/source/printer/ppdparser.cxx
index 24b5dd7..efca0d1 100644
--- a/vcl/unx/source/printer/ppdparser.cxx
+++ b/vcl/unx/source/printer/ppdparser.cxx
@@ -655,7 +655,7 @@ const PPDParser* PPDParser::getParser( const String& rFile )
     if( ! aFile.Len() )
     {
 #if OSL_DEBUG_LEVEL > 1
-        fprintf( stderr, "Could not get printer PPD file \"%s\" !\n", OUStringToOString( rFile, osl_getThreadTextEncoding() ).getStr() );
+        fprintf( stderr, "Could not get printer PPD file \"%s\" !\n", ::rtl::OUStringToOString( rFile, osl_getThreadTextEncoding() ).getStr() );
 #endif
         return NULL;
     }


More information about the Libreoffice-commits mailing list