summaryrefslogtreecommitdiff
path: root/registry/tools/regmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/regmerge.cxx')
-rw-r--r--registry/tools/regmerge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx
index e7578d1c78f1..3a929c942c8c 100644
--- a/registry/tools/regmerge.cxx
+++ b/registry/tools/regmerge.cxx
@@ -41,8 +41,8 @@ public:
bool isVerbose() const { return m_bVerbose; }
protected:
- virtual void printUsage_Impl() const SAL_OVERRIDE;
- virtual bool initOptions_Impl(std::vector< std::string > & rArgs) SAL_OVERRIDE;
+ virtual void printUsage_Impl() const override;
+ virtual bool initOptions_Impl(std::vector< std::string > & rArgs) override;
};
void Options_Impl::printUsage_Impl() const