summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/postit.hxx')
-rw-r--r--sc/inc/postit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index fcb4ea542354..ca72c47befca 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -259,7 +259,7 @@ namespace sc {
struct NoteEntry
{
- ScAddress maPos;
+ ScAddress const maPos;
const ScPostIt* mpNote;
NoteEntry( const ScAddress& rPos, const ScPostIt* pNote );