summaryrefslogtreecommitdiff
path: root/sc/inc/brdcst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/brdcst.hxx')
-rw-r--r--sc/inc/brdcst.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx
index 34d7d0394a7c..c8ccdb36f1a4 100644
--- a/sc/inc/brdcst.hxx
+++ b/sc/inc/brdcst.hxx
@@ -22,7 +22,7 @@
#include "address.hxx"
#include <svl/hint.hxx>
-class ScHint : public SfxHint
+class ScHint final : public SfxHint
{
ScAddress aAddress;
@@ -32,7 +32,7 @@ public:
ScAddress& GetAddress() { return aAddress; }
};
-class ScAreaChangedHint : public SfxHint
+class ScAreaChangedHint final : public SfxHint
{
private:
ScRange const aNewRange;