summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/column.cxx')
-rw-r--r--sc/source/core/data/column.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 0a5a68e24a1d..f4e00c6614c6 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -811,18 +811,6 @@ ScRefCellValue ScColumn::GetCellValue( const sc::CellStoreType::const_iterator&
return aVal;
}
-const sc::CellTextAttr* ScColumn::GetCellTextAttr( SCROW nRow ) const
-{
- sc::CellTextAttrStoreType::const_position_type aPos = maCellTextAttrs.position(nRow);
- if (aPos.first == maCellTextAttrs.end())
- return NULL;
-
- if (aPos.first->type != sc::element_type_celltextattr)
- return NULL;
-
- return &sc::celltextattr_block::at(*aPos.first->data, aPos.second);
-}
-
const sc::CellTextAttr* ScColumn::GetCellTextAttr( sc::ColumnBlockConstPosition& rBlockPos, SCROW nRow ) const
{
sc::CellTextAttrStoreType::const_position_type aPos = maCellTextAttrs.position(rBlockPos.miCellTextAttrPos, nRow);