diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-10 15:34:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-11 11:59:28 +0100 |
commit | 341af9e2644d30224bfc9a1cca546fac1eb94007 (patch) | |
tree | 9bd7f74ed9ade281aba2f2ac41d5ac4c6ab50638 /shell | |
parent | e0cbd8aa20457a884c14744b48f4132881a329c7 (diff) |
loplugin:finalclasses in starmath
Change-Id: I65ac9a8767c298c50606a3b269a227dd1513a112
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86550
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/inc/xml_parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/xml_parser.hxx b/shell/inc/xml_parser.hxx index 8dc3a62bc37e..b9f12a42f64c 100644 --- a/shell/inc/xml_parser.hxx +++ b/shell/inc/xml_parser.hxx @@ -25,7 +25,7 @@ #include <sal/types.h> -class xml_parser_exception : public std::runtime_error +class xml_parser_exception final : public std::runtime_error { public: |