summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hiranges.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/hiranges.hxx')
-rw-r--r--sc/source/ui/inc/hiranges.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/hiranges.hxx b/sc/source/ui/inc/hiranges.hxx
index ae4738f085c4..425f2466c44c 100644
--- a/sc/source/ui/inc/hiranges.hxx
+++ b/sc/source/ui/inc/hiranges.hxx
@@ -26,8 +26,8 @@
struct ScHighlightEntry
{
- ScRange aRef;
- Color aColor;
+ ScRange const aRef;
+ Color const aColor;
ScHighlightEntry( const ScRange& rR, const Color& rC ) :
aRef(rR), aColor(rC) {}