diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-03 01:12:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-03 01:12:01 +0100 |
commit | 23a90a9923ea81865de56010f962d190958c57d3 (patch) | |
tree | e2731337de72f0a7c83a1b9d82e902a6ce552f9a /rsc/inc | |
parent | 1df73a8a61e3b90a65426265a8fa12e0302f2107 (diff) |
callcatcher: unused InputFile
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rsctools.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx index b65207dafac3..5792c1de8cff 100644 --- a/rsc/inc/rsctools.hxx +++ b/rsc/inc/rsctools.hxx @@ -51,7 +51,6 @@ enum RSCBYTEORDER_TYPE { RSC_BIGENDIAN, RSC_LITTLEENDIAN, RSC_SYSTEMENDIAN }; ByteString GetTmpFileName(); sal_Bool Append( ByteString aDestFile, ByteString aSourceFile ); sal_Bool Append( FILE * fDest, ByteString aSourceFile ); -ByteString InputFile ( const char * pInput, const char * pExt ); ByteString OutputFile( ByteString aInput, const char * ext ); char * ResponseFile( RscPtrPtr * ppCmd, char ** ppArgv, sal_uInt32 nArgc ); |