summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xedbdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xedbdata.hxx')
-rw-r--r--sc/source/filter/inc/xedbdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xedbdata.hxx b/sc/source/filter/inc/xedbdata.hxx
index 962f823084b6..7af0af6477c3 100644
--- a/sc/source/filter/inc/xedbdata.hxx
+++ b/sc/source/filter/inc/xedbdata.hxx
@@ -37,7 +37,7 @@ protected:
struct Entry
{
const ScDBData* mpData;
- sal_Int32 mnTableId; /// used as [n] in table[n].xml part name.
+ sal_Int32 const mnTableId; /// used as [n] in table[n].xml part name.
Entry( const ScDBData* pData, sal_Int32 nTableId );
};