summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/source/core/data/column3.cxx
parented6b8a100c1aabb342573f252509573bbe124d29 (diff)
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/source/core/data/column3.cxx')
-rw-r--r--sc/source/core/data/column3.cxx7
1 files changed, 0 insertions, 7 deletions
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<ScFormulaCell*>(p)->GetErrCode();
}
-
bool ScColumn::HasStringData( SCROW nRow ) const
{
std::pair<sc::CellStoreType::const_iterator,size_t> aPos = maCells.position(nRow);
@@ -2548,7 +2542,6 @@ bool ScColumn::HasStringData( SCROW nRow ) const
return false;
}
-
bool ScColumn::HasValueData( SCROW nRow ) const
{
std::pair<sc::CellStoreType::const_iterator,size_t> aPos = maCells.position(nRow);