From 341af9e2644d30224bfc9a1cca546fac1eb94007 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 10 Jan 2020 15:34:13 +0200 Subject: loplugin:finalclasses in starmath Change-Id: I65ac9a8767c298c50606a3b269a227dd1513a112 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86550 Tested-by: Jenkins Reviewed-by: Noel Grandin --- shell/inc/xml_parser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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 -class xml_parser_exception : public std::runtime_error +class xml_parser_exception final : public std::runtime_error { public: -- cgit