summaryrefslogtreecommitdiff
path: root/sc/source/ui/dataprovider/htmldataprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dataprovider/htmldataprovider.hxx')
-rw-r--r--sc/source/ui/dataprovider/htmldataprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dataprovider/htmldataprovider.hxx b/sc/source/ui/dataprovider/htmldataprovider.hxx
index 7589b28b37a5..ae211850c9a3 100644
--- a/sc/source/ui/dataprovider/htmldataprovider.hxx
+++ b/sc/source/ui/dataprovider/htmldataprovider.hxx
@@ -21,7 +21,7 @@ class HTMLDataProvider : public DataProvider
{
private:
- ScDocument* mpDocument;
+ ScDocument* const mpDocument;
rtl::Reference<HTMLFetchThread> mxHTMLFetchThread;
ScDocumentUniquePtr mpDoc;