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 55a1670f6c94..b938a1139c3e 100644
--- a/l10ntools/inc/cfgmerge.hxx
+++ b/l10ntools/inc/cfgmerge.hxx
@@ -151,7 +151,7 @@ public:
const OString &rOutputFile,
const OString &rFilePath
);
- ~CfgExport();
+ virtual ~CfgExport();
};
/// Merge strings to *.xcu files
@@ -177,7 +177,7 @@ public:
CfgMerge(
const OString &rMergeSource, const OString &rOutputFile,
const OString &rFilename, const OString &rLanguage );
- ~CfgMerge();
+ virtual ~CfgMerge();
};
#endif