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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx
index a05b95f55a06..34d7d0394a7c 100644
--- a/sc/inc/brdcst.hxx
+++ b/sc/inc/brdcst.hxx
@@ -35,7 +35,7 @@ public:
class ScAreaChangedHint : public SfxHint
{
private:
- ScRange aNewRange;
+ ScRange const aNewRange;
public:
ScAreaChangedHint(const ScRange& rRange) : aNewRange(rRange) {}
const ScRange& GetRange() const { return aNewRange; }