summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-05-23 21:51:14 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-05-24 21:46:46 +0100
commit6540350a710bcd194fda42827878e6eb1b3c45e7 (patch)
treee8dd4cb0e13736a2f6d48ca4b7d41953e8f1da8f /sc/inc
parent8400f1092d2ac38ff0570837957250f45c6e156d (diff)
sc: constify GetCellGroup.
Change-Id: I50d47b19391c6b54570bc3982b8ec22563662983
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 11c5cb1ecf3c..3301d1e54468 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -375,7 +375,7 @@ public:
* Turn a non-grouped cell into the top of a grouped cell.
*/
ScFormulaCellGroupRef CreateCellGroup( SCROW nLen, bool bInvariant );
- ScFormulaCellGroupRef GetCellGroup();
+ ScFormulaCellGroupRef GetCellGroup() const;
void SetCellGroup( const ScFormulaCellGroupRef &xRef );
CompareState CompareByTokenArray( ScFormulaCell& rOther ) const;