summaryrefslogtreecommitdiff
path: root/l10ntools/inc/cfgmerge.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-30 20:44:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-31 11:37:24 +0000
commitb8b1b1d68351765bbafe331a95909e47c661b664 (patch)
treef746c4a52fa5c9e5706c6073443f08e40bffee2e /l10ntools/inc/cfgmerge.hxx
parentc1d04217e87e175017898f918cd77fe6529ec0da (diff)
ByteString->rtl::OString
Diffstat (limited to 'l10ntools/inc/cfgmerge.hxx')
-rw-r--r--l10ntools/inc/cfgmerge.hxx4
1 files changed, 2 insertions, 2 deletions
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();
};