| commit | c65d731446bb62fdb1dd4321bf4c96bf1353c4d0 | [log] |
|---|---|---|
| author | Xisco Fauli <anistenis@gmail.com> | Tue Jun 21 19:24:31 2016 +0200 |
| committer | Noel Grandin <noelgrandin@gmail.com> | Wed Jun 22 07:40:57 2016 +0000 |
| tree | 052f3959a47b1fa437579c71d73a7af678b60dcb | |
| 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>
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx index 3ba33a8..8878738 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();