diff options
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; |