From b8b1b1d68351765bbafe331a95909e47c661b664 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 30 Jan 2012 20:44:22 +0000 Subject: ByteString->rtl::OString --- l10ntools/inc/cfgmerge.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'l10ntools/inc/cfgmerge.hxx') diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx index ca59278ad369..d85271536660 100644 --- a/l10ntools/inc/cfgmerge.hxx +++ b/l10ntools/inc/cfgmerge.hxx @@ -123,7 +123,7 @@ protected: virtual void Output(const rtl::OString & rOutput)=0; - void Error( const ByteString &rError ); + void Error(const rtl::OString &rError); private: int ExecuteAnalyzedToken( int nToken, char *pToken ); @@ -151,7 +151,7 @@ class CfgOutputParser : public CfgParser protected: SvFileStream *pOutputStream; public: - CfgOutputParser ( const ByteString &rOutputFile ); + CfgOutputParser(const rtl::OString &rOutputFile); virtual ~CfgOutputParser(); }; -- cgit