diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 11:36:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 11:36:18 +0000 |
commit | 5ad50900f488629e35fa67a62af8fa5a81209725 (patch) | |
tree | 6d23e646f978dd0ffedbb988f0d03bc5bc1a9e42 /padmin | |
parent | 77541136408446f250c21ea3879d23770a3dcf9c (diff) |
INTEGRATION: CWS vcl09 (1.7.4); FILE MERGED
2003/04/29 15:29:36 pl 1.7.4.1: #108994# read locale from configuration
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/newppdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/newppdlg.cxx b/padmin/source/newppdlg.cxx index b15c3c3303c5..7756e0123c5d 100644 --- a/padmin/source/newppdlg.cxx +++ b/padmin/source/newppdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: newppdlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:21:55 $ + * last change: $Author: vg $ $Date: 2003-05-28 12:36:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -200,7 +200,7 @@ void PPDImportDialog::Import() { #if OSL_DEBUG_LEVEL > 1 fprintf( stderr, "Warning: File %s has empty printer name.\n", - ByteString( ByteString( aPath.PathToFileName(), osl_getThreadTextEncoding() ).GetBuffer() ) ); + ByteString( aPath.PathToFileName(), osl_getThreadTextEncoding() ).GetBuffer() ); #endif continue; } |