summaryrefslogtreecommitdiff
path: root/padmin/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 16:55:41 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 16:55:41 +0000
commitab4d630ac7f841525bb18519acf9a678e3c42f03 (patch)
treeed154d950252df472f77d77ca25e1b388f5c1596 /padmin/source
parent0502fb0e36fcbe919daa6002656d4bdcccf07679 (diff)
INTEGRATION: CWS vcl36 (1.10.52); FILE MERGED
2005/02/15 09:44:56 pl 1.10.52.1: #i42796# fix a debug printf
Diffstat (limited to 'padmin/source')
-rw-r--r--padmin/source/newppdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/newppdlg.cxx b/padmin/source/newppdlg.cxx
index 2769b99f1dff..781cb94b9ac0 100644
--- a/padmin/source/newppdlg.cxx
+++ b/padmin/source/newppdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newppdlg.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-03-17 10:44:51 $
+ * last change: $Author: kz $ $Date: 2005-03-18 17:55:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -202,7 +202,7 @@ void PPDImportDialog::Import()
{
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "Warning: File %s has empty printer name.\n",
- ByteString( aPath.PathToFileName(), osl_getThreadTextEncoding() ).GetBuffer() );
+ rtl::OUStringToOString( aPath.PathToFileName(), osl_getThreadTextEncoding() ).getStr() );
#endif
continue;
}