diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:50:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:50:49 +0000 |
commit | 89f5898b241a275933b3d960080f599b62b20fd5 (patch) | |
tree | 10818837a959dc0e96c43071c365de6a2e36138a /rsc | |
parent | 299bdd45a48eedd18ac2d1a626fc7b0014c57370 (diff) |
INTEGRATION: CWS warnings01 (1.12.6); FILE MERGED
2005/10/27 13:56:02 pl 1.12.6.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/tools/rsctools.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/tools/rsctools.cxx b/rsc/source/tools/rsctools.cxx index 9dff581bcfe0..7f7a432d9f72 100644 --- a/rsc/source/tools/rsctools.cxx +++ b/rsc/source/tools/rsctools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rsctools.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:01:59 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:50:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -210,7 +210,7 @@ BOOL Append( ByteString aOutputSrs, ByteString aTmpFile ) |* Letzte Aenderung MM 28.06.91 |* *************************************************************************/ -ByteString InputFile ( char * pInput, char * pExt ) +ByteString InputFile ( const char * pInput, const char * pExt ) { UniString aUniInput( pInput, RTL_TEXTENCODING_ASCII_US ); DirEntry aFileName( aUniInput ); @@ -235,7 +235,7 @@ ByteString InputFile ( char * pInput, char * pExt ) |* Letzte Aenderung MM 28.06.91 |* *************************************************************************/ -ByteString OutputFile ( ByteString aInput, char * pExt ) +ByteString OutputFile ( ByteString aInput, const char * pExt ) { UniString aUniInput( aInput, RTL_TEXTENCODING_ASCII_US ); DirEntry aFileName( aUniInput ); |