summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xehelper.hxx')
-rw-r--r--sc/source/filter/inc/xehelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index 69b1f2e76ae7..9287fdf86da0 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -196,7 +196,7 @@ public:
private:
XclExpHyperlinkRef mxLinkRec; /// Created HLINK record.
- ScAddress maScPos; /// Cell position to set at the HLINK record.
+ ScAddress const maScPos; /// Cell position to set at the HLINK record.
OUString maUrlList; /// List with all processed URLs.
bool mbMultipleUrls; /// true = Multiple URL fields processed.
};