summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/lotus/tool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/lotus/tool.cxx')
-rw-r--r--sc/source/filter/lotus/tool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index d29d9f981480..e961b39bd871 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -147,7 +147,7 @@ double Snum32ToDouble( sal_uInt32 nValue )
return fValue;
}
-FormCache::FormCache( ScDocument* pDoc1 )
+FormCache::FormCache( const ScDocument* pDoc1 )
: nIndex(0)
{
pFormTable = pDoc1->GetFormatTable();