From 1b1f0bbb28c6146f3aa12ef3f87f2eb1aa0c7479 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 12 Dec 2011 09:36:55 +0000 Subject: ByteString->rtl::OString --- rsc/inc/rscrsc.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'rsc/inc') diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx index 7a14792dd101..09a91ffb2481 100644 --- a/rsc/inc/rscrsc.hxx +++ b/rsc/inc/rscrsc.hxx @@ -97,14 +97,14 @@ private: void Append( const rtl::OString& rOutputSrs, const rtl::OString& rTmpFile ); bool GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile, - const WriteRcContext& rContext, - const ByteString& rBaseFileName, - ByteString& rImagePath, - FILE* pSysListFile ); + const WriteRcContext& rContext, + const rtl::OString& rBaseFileName, + ByteString& rImagePath, + FILE* pSysListFile ); void PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile, - const WriteRcContext& rContext, - const DirEntry& rSrsInPath, - const DirEntry& rSrsOutPath ); + const WriteRcContext& rContext, + const DirEntry& rSrsInPath, + const DirEntry& rSrsOutPath ); public: RscTypCont* pTC; // String und Id-Verwalter -- cgit