summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-30 08:41:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-30 09:26:00 +0200
commit889de665ec9d2ac25a9dccd4830cb97ed0c7c56e (patch)
treef98ed6e8215a39287248189841411e0edb0439c3 /l10ntools/inc
parent291dcae246de9e32d9ca5926be463ad910c5bd1e (diff)
Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/cfgmerge.hxx6
-rw-r--r--l10ntools/inc/export.hxx2
-rw-r--r--l10ntools/inc/tokens.h6
3 files changed, 7 insertions, 7 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:
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index bf1809bfb54e..7e6a912d77a5 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -398,7 +398,7 @@ public:
//
/******************************************************************************
-* Purpose: holds information of data to merge (one ressource)
+* Purpose: holds information of data to merge (one resource)
******************************************************************************/
class MergeDataFile;
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h
index c42ee50848e2..1d035a7ddef7 100644
--- a/l10ntools/inc/tokens.h
+++ b/l10ntools/inc/tokens.h
@@ -39,9 +39,9 @@
/*------------------------------------------------------ */
#define CONDITION 501 /* #if... | #endif ... | ... */
#define EMPTYLINE 502 /* */
-#define RESSOURCE 503 /* Menu MID_TEST */
-#define RESSOURCEEXPR 504 /* Menu ( MID_TEST + .. ) */
-#define SMALRESSOURCE 505 /* PageItem { */
+#define RESOURCE 503 /* Menu MID_TEST */
+#define RESOURCEEXPR 504 /* Menu ( MID_TEST + .. ) */
+#define SMALRESOURCE 505 /* PageItem { */
#define TEXTLINE 506 /* TEXT = "hhh" */
#define LONGTEXTLINE 507 /* TEXT = "hhh" TEST "HHH" ... */
#define TEXT 508 /* "Something like this" */