diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-06-21 19:24:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-22 07:40:57 +0000 |
commit | c65d731446bb62fdb1dd4321bf4c96bf1353c4d0 (patch) | |
tree | 052f3959a47b1fa437579c71d73a7af678b60dcb /svtools | |
parent | 7e2ad84c9f77116b8faa27c0db6fd3dd26b68bc9 (diff) |
SAL_FINAL to final
Change-Id: I58e9c533819218482f89239f6d9b07e3497d4438
Reviewed-on: https://gerrit.libreoffice.org/26558
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/helpopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx index 3ba33a8b4440..88787383b06c 100644 --- a/svtools/source/config/helpopt.cxx +++ b/svtools/source/config/helpopt.cxx @@ -61,7 +61,7 @@ class SvtHelpOptions_Impl : public utl::ConfigItem static Sequence< OUString > GetPropertyNames(); - virtual void ImplCommit() SAL_FINAL override; + virtual void ImplCommit() final override; public: SvtHelpOptions_Impl(); |