summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xrmmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xrmmerge.hxx')
-rw-r--r--l10ntools/inc/xrmmerge.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx
index c3820b4ec6b5..fc58aa6998ff 100644
--- a/l10ntools/inc/xrmmerge.hxx
+++ b/l10ntools/inc/xrmmerge.hxx
@@ -79,16 +79,16 @@ protected:
void WorkOnDesc(
const OString &rOpenTag,
OString &rText
- ) SAL_OVERRIDE;
+ ) override;
void WorkOnText(
const OString &rOpenTag,
OString &rText
- ) SAL_OVERRIDE;
+ ) override;
void EndOfText(
const OString &rOpenTag,
const OString &rCloseTag
- ) SAL_OVERRIDE;
- void Output( const OString& rOutput ) SAL_OVERRIDE;
+ ) override;
+ void Output( const OString& rOutput ) override;
public:
XRMResExport(
@@ -113,16 +113,16 @@ protected:
void WorkOnDesc(
const OString &rOpenTag,
OString &rText
- ) SAL_OVERRIDE;
+ ) override;
void WorkOnText(
const OString &rOpenTag,
OString &rText
- ) SAL_OVERRIDE;
+ ) override;
void EndOfText(
const OString &rOpenTag,
const OString &rCloseTag
- ) SAL_OVERRIDE;
- void Output( const OString& rOutput ) SAL_OVERRIDE;
+ ) override;
+ void Output( const OString& rOutput ) override;
public:
XRMResMerge(
const OString &rMergeSource,