diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/refhint.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx index 7dec98a9e4a0..a312ec5b2842 100644 --- a/sc/inc/refhint.hxx +++ b/sc/inc/refhint.hxx @@ -69,7 +69,7 @@ public: SCROW getEndRow() const; }; -class RefRowReorderHint : public RefHint +class RefRowReorderHint final : public RefHint { const sc::ColRowReorderMapType& mrRowMap; SCTAB const mnTab; |