diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:45:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:45:03 +0000 |
commit | 7b90a792944206491d2e88b426d3f861bad509dc (patch) | |
tree | 60c7686b5520be63e948ec61512aac4ace5f93ad /rsc/inc/rsctools.hxx | |
parent | 73849ccc28090d975ad8d68c8a77f6d4cdac6b16 (diff) |
INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED
2005/10/27 13:55:54 pl 1.5.8.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'rsc/inc/rsctools.hxx')
-rw-r--r-- | rsc/inc/rsctools.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx index 36da13513a68..f608df5652a5 100644 --- a/rsc/inc/rsctools.hxx +++ b/rsc/inc/rsctools.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rsctools.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:34:34 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:45:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,8 +64,8 @@ enum RSCBYTEORDER_TYPE { RSC_BIGENDIAN, RSC_LITTLEENDIAN, RSC_SYSTEMENDIAN }; ByteString GetTmpFileName(); BOOL Append( ByteString aDestFile, ByteString aSourceFile ); BOOL Append( FILE * fDest, ByteString aSourceFile ); -ByteString InputFile ( char * pInput, char * pExt ); -ByteString OutputFile( ByteString aInput, char * ext ); +ByteString InputFile ( const char * pInput, const char * pExt ); +ByteString OutputFile( ByteString aInput, const char * ext ); char * ResponseFile( RscPtrPtr * ppCmd, char ** ppArgv, sal_uInt32 nArgc ); void RscExit( sal_uInt32 nExit ); |