summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/cachedattraccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/cachedattraccess.hxx')
-rw-r--r--sc/source/filter/xml/cachedattraccess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/cachedattraccess.hxx b/sc/source/filter/xml/cachedattraccess.hxx
index ce07299e729d..6dbe4e4f1aa5 100644
--- a/sc/source/filter/xml/cachedattraccess.hxx
+++ b/sc/source/filter/xml/cachedattraccess.hxx
@@ -23,7 +23,7 @@ class ScXMLCachedRowAttrAccess
{
struct Cache
{
- sal_Int32 mnTab;
+ sal_Int32 const mnTab;
sal_Int32 mnRow1;
sal_Int32 mnRow2;
bool mbValue;
@@ -39,7 +39,7 @@ public:
private:
Cache maHidden;
Cache maFiltered;
- ScDocument* mpDoc;
+ ScDocument* const mpDoc;
};
#endif