summaryrefslogtreecommitdiff
path: root/l10ntools/inc/cfgmerge.hxx
diff options
context:
space:
mode:
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();
};