summaryrefslogtreecommitdiff
path: root/svtools/source/config
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2016-06-21 19:24:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-22 07:40:57 +0000
commitc65d731446bb62fdb1dd4321bf4c96bf1353c4d0 (patch)
tree052f3959a47b1fa437579c71d73a7af678b60dcb /svtools/source/config
parent7e2ad84c9f77116b8faa27c0db6fd3dd26b68bc9 (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/source/config')
-rw-r--r--svtools/source/config/helpopt.cxx2
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();