summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-02 16:59:34 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-02 18:01:17 -0400
commit13b1964518036d4453b0e713a183250fcf3da346 (patch)
tree98295ad7655a3c05cf50b2649f4f25facf8e0e38 /sc/inc/attarray.hxx
parentRelated: fdo#56473 IDE: Crash when inserting a simple macro (diff)
downloadcore-13b1964518036d4453b0e713a183250fcf3da346.tar.gz
core-13b1964518036d4453b0e713a183250fcf3da346.zip
Mark these methods const.
Change-Id: I9b9a8c156e1da89045ba3210960732ccbf2c9dd0
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 6598341123ca..3af278f11c9b 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -188,8 +188,8 @@ public:
void DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex );
void DeleteArea( SCROW nStartRow, SCROW nEndRow );
void MoveTo( SCROW nStartRow, SCROW nEndRow, ScAttrArray& rAttrArray );
- void CopyArea( SCROW nStartRow, SCROW nEndRow, long nDy, ScAttrArray& rAttrArray,
- sal_Int16 nStripFlags = 0 );
+ void CopyArea(
+ SCROW nStartRow, SCROW nEndRow, long nDy, ScAttrArray& rAttrArray, sal_Int16 nStripFlags = 0) const;
void DeleteHardAttr( SCROW nStartRow, SCROW nEndRow );
};