summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-29 15:57:22 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:40 +0200
commit03e6cc9130864adcea5a1ae5440f24a9c128e8d6 (patch)
tree4d8245b295c316bc71dc713c4691322c27a37d12 /sc/source/core/data/column3.cxx
parent6ca16a4cad999dbb0296ea64db2263a26e52f36c (diff)
loplugin:staticmethods
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
Diffstat (limited to 'sc/source/core/data/column3.cxx')
-rw-r--r--sc/source/core/data/column3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 890a1dbc429a..6c9922605a4f 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -258,7 +258,7 @@ sc::CellStoreType::iterator ScColumn::GetPositionToInsert( SCROW nRow )
}
void ScColumn::JoinNewFormulaCell(
- const sc::CellStoreType::position_type& aPos, ScFormulaCell& rCell ) const
+ const sc::CellStoreType::position_type& aPos, ScFormulaCell& rCell )
{
// Check the previous row position for possible grouping.
if (aPos.first->type == sc::element_type_formula && aPos.second > 0)
@@ -603,7 +603,7 @@ class EmptyCells
ScColumn& mrColumn;
sc::ColumnBlockPosition& mrPos;
- void splitFormulaGrouping(const sc::CellStoreType::position_type& rPos)
+ static void splitFormulaGrouping(const sc::CellStoreType::position_type& rPos)
{
if (rPos.first->type == sc::element_type_formula)
{