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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx
index 6c82cc3a1ccb..c554aaf9246f 100644
--- a/l10ntools/inc/cfgmerge.hxx
+++ b/l10ntools/inc/cfgmerge.hxx
@@ -122,7 +122,7 @@ protected:
rtl::OString &rText,
const rtl::OString &rLangIndex )=0;
- virtual void WorkOnRessourceEnd()=0;
+ virtual void WorkOnResourceEnd()=0;
virtual void Output(const rtl::OString & rOutput)=0;
@@ -174,7 +174,7 @@ protected:
const rtl::OString &rIsoLang
);
- void WorkOnRessourceEnd();
+ void WorkOnResourceEnd();
void Output(const rtl::OString& rOutput);
public:
CfgExport(
@@ -202,7 +202,7 @@ private:
protected:
virtual void WorkOnText(rtl::OString &rText, const rtl::OString &rLangIndex);
- void WorkOnRessourceEnd();
+ void WorkOnResourceEnd();
void Output(const rtl::OString& rOutput);
public: