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 3982e3fdc631..2b43598a6d2f 100644
--- a/l10ntools/inc/cfgmerge.hxx
+++ b/l10ntools/inc/cfgmerge.hxx
@@ -149,7 +149,7 @@ public:
const OString &rOutputFile,
const OString &rFilePath
);
- virtual ~CfgExport();
+ virtual ~CfgExport() override;
};
/// Merge strings to *.xcu files
@@ -175,7 +175,7 @@ public:
CfgMerge(
const OString &rMergeSource, const OString &rOutputFile,
const OString &rFilename, const OString &rLanguage );
- virtual ~CfgMerge();
+ virtual ~CfgMerge() override;
};
#endif