summaryrefslogtreecommitdiff
path: root/sc/inc/unoreflist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/unoreflist.hxx')
-rw-r--r--sc/inc/unoreflist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/unoreflist.hxx b/sc/inc/unoreflist.hxx
index c5192d7308fc..863a04e224d7 100644
--- a/sc/inc/unoreflist.hxx
+++ b/sc/inc/unoreflist.hxx
@@ -26,8 +26,8 @@
struct ScUnoRefEntry
{
- sal_Int64 nObjectId;
- ScRangeList aRanges;
+ sal_Int64 const nObjectId;
+ ScRangeList const aRanges;
ScUnoRefEntry( sal_Int64 nId, const ScRangeList& rOldRanges ) :
nObjectId( nId ),
@@ -59,7 +59,7 @@ public:
class ScUnoRefUndoHint : public SfxHint
{
- ScUnoRefEntry aEntry;
+ ScUnoRefEntry const aEntry;
public:
ScUnoRefUndoHint( const ScUnoRefEntry& rRefEntry );