summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/undo/undoblk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/undo/undoblk.cxx')
-rw-r--r--sc/source/ui/undo/undoblk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index 605cc701c9a1..7e4a4faee2fe 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -1320,7 +1320,7 @@ namespace {
class DataChangeNotifier
{
- ScHint maHint;
+ ScHint const maHint;
public:
DataChangeNotifier() : maHint(SfxHintId::ScDataChanged, ScAddress()) {}