summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-05 15:01:58 +0100
committerEike Rathke <erack@redhat.com>2011-11-05 15:01:58 +0100
commit864f6483c01c175510828f2495d410a009a7a66b (patch)
tree07e7813263677767ec95684ed1e47a65b2ac2d76 /sc/source/core/data/documen3.cxx
parent002cc3a611c9755abaa9a69270c20b90be3d759c (diff)
make some methods const
Diffstat (limited to 'sc/source/core/data/documen3.cxx')
-rw-r--r--sc/source/core/data/documen3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx
index 84056a7bbdd2..e40bf2dd6043 100644
--- a/sc/source/core/data/documen3.cxx
+++ b/sc/source/core/data/documen3.cxx
@@ -2068,7 +2068,7 @@ void ScDocument::RemoveMerge( SCCOL nCol, SCROW nRow, SCTAB nTab )
}
void ScDocument::ExtendPrintArea( OutputDevice* pDev, SCTAB nTab,
- SCCOL nStartCol, SCROW nStartRow, SCCOL& rEndCol, SCROW nEndRow )
+ SCCOL nStartCol, SCROW nStartRow, SCCOL& rEndCol, SCROW nEndRow ) const
{
if ( ValidTab(nTab) && nTab < static_cast<SCTAB>(maTabs.size()) && maTabs[nTab] )
maTabs[nTab]->ExtendPrintArea( pDev, nStartCol, nStartRow, rEndCol, nEndRow );