summaryrefslogtreecommitdiff
path: root/sc/inc/funcdesc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 16:16:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-01 08:53:23 +0100
commita71edbd296c640fb62b99d057ee0142e2a84a8a9 (patch)
tree084381ec6bf7a9e058593c9f80cfa1b96150dcb0 /sc/inc/funcdesc.hxx
parent8629be30930cc6d72a2bd3d95423d7273deb44f8 (diff)
loplugin:finalclasses in sc/inc
Change-Id: I6a08a86262deae4bed3a05f77d3041a568f23595 Reviewed-on: https://gerrit.libreoffice.org/81853 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r--sc/inc/funcdesc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index b98321a80303..cb7f8f759b9e 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -38,7 +38,7 @@
Stores and generates human readable descriptions for spreadsheet-functions,
e.g.\ functions used in formulas in calc
*/
-class ScFuncDesc : public formula::IFunctionDescription
+class ScFuncDesc final : public formula::IFunctionDescription
{
public:
ScFuncDesc();
@@ -257,7 +257,7 @@ private:
Contains the name, index and function manager of a category,
as well as a list of functions in the category
*/
-class ScFunctionCategory : public formula::IFunctionCategory
+class ScFunctionCategory final : public formula::IFunctionCategory
{
public:
ScFunctionCategory(::std::vector<const ScFuncDesc*>* _pCategory,sal_uInt32 _nCategory)
@@ -295,7 +295,7 @@ private:
/**
Stores spreadsheet functions in categories, including a cumulative ('All') category and makes them accessible.
*/
-class ScFunctionMgr : public formula::IFunctionManager
+class ScFunctionMgr final : public formula::IFunctionManager
{
public:
/**