From 37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 25 Jun 2014 05:20:47 +0200 Subject: remove whitespace Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2 --- sc/source/core/data/column3.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sc/source/core/data/column3.cxx') diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 34a9506772e0..4947d9fd63d5 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -1445,7 +1445,6 @@ void ScColumn::MixData( CellStorageModified(); } - ScAttrIterator* ScColumn::CreateAttrIterator( SCROW nStartRow, SCROW nEndRow ) const { return new ScAttrIterator( pAttrArray, nStartRow, nEndRow ); @@ -1486,7 +1485,6 @@ void ScColumn::StartAllListeners() sc::ProcessFormula(maCells, aFunc); } - void ScColumn::StartNeededListeners() { StartNeededListenerHandler aFunc(pDocument); @@ -2118,10 +2116,8 @@ public: } - // GetDataEntries - Strings from continuous Section around nRow - // DATENT_MAX - max. number of entries in list for auto entry // DATENT_SEARCH - max. number of cells that get transparent - new: only count Strings #define DATENT_MAX 200 @@ -2271,7 +2267,6 @@ void ScColumn::RemoveProtected( SCROW nStartRow, SCROW nEndRow ) aFunc.commitCells(*this); } - void ScColumn::SetError( SCROW nRow, const sal_uInt16 nError) { if (!ValidRow(nRow)) @@ -2527,7 +2522,6 @@ sal_uInt16 ScColumn::GetErrCode( SCROW nRow ) const return const_cast(p)->GetErrCode(); } - bool ScColumn::HasStringData( SCROW nRow ) const { std::pair aPos = maCells.position(nRow); @@ -2548,7 +2542,6 @@ bool ScColumn::HasStringData( SCROW nRow ) const return false; } - bool ScColumn::HasValueData( SCROW nRow ) const { std::pair aPos = maCells.position(nRow); -- cgit v1.2.3