diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-01-29 09:57:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-01 07:27:34 +0100 |
commit | e65b1480426667622335aeb2e2413d3d8703a273 (patch) | |
tree | 0de418dcecabd3cfa7d4cdea8eeeed3544c67546 /sc/source/ui/inc/cellsh.hxx | |
parent | 994cf0e0994dcd4a7ba2b984f9840110ab43a295 (diff) |
loplugin:finalclasses in sc
Change-Id: Iac689d15effa08dd6216d275ad5294471e48f1b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110155
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/cellsh.hxx')
-rw-r--r-- | sc/source/ui/inc/cellsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index 837923fb4e20..1c0592057bb3 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -48,7 +48,7 @@ struct CellShell_Impl ~CellShell_Impl(); }; -class ScCellShell: public ScFormatShell +class ScCellShell final : public ScFormatShell { private: std::unique_ptr<CellShell_Impl> pImpl; |