remove unused code ScFlatBoolRowSegments::getValue(int)

Change-Id: Ifd3fdbd5fc336064cbcd9d085e8fc5062e95aa77
This commit is contained in:
Noel Grandin
2014-02-26 11:15:04 +02:00
parent af9d999091
commit 5ecbb39b9b
3 changed files with 0 additions and 7 deletions

View File

@@ -68,7 +68,6 @@ public:
bool setTrue(SCROW nRow1, SCROW nRow2);
bool setFalse(SCROW nRow1, SCROW nRow2);
bool getValue(SCROW nRow);
bool getRangeData(SCROW nRow, RangeData& rData);
bool getRangeDataLeaf(SCROW nRow, RangeData& rData);
void removeSegment(SCROW nRow1, SCROW nRow2);

View File

@@ -361,11 +361,6 @@ bool ScFlatBoolRowSegments::setFalse(SCROW nRow1, SCROW nRow2)
return mpImpl->setFalse(static_cast<SCCOLROW>(nRow1), static_cast<SCCOLROW>(nRow2));
}
bool ScFlatBoolRowSegments::getValue(SCROW nRow)
{
return mpImpl->getValue(static_cast<SCCOLROW>(nRow));
}
bool ScFlatBoolRowSegments::getRangeData(SCROW nRow, RangeData& rData)
{
ScFlatBoolSegmentsImpl::RangeData aData;

View File

@@ -77,7 +77,6 @@ ScDPFilteredCache::SingleFilter::getMatchValue() const
ScDocument::CreateFormatTable() const
ScDocument::GetCellCount(short, short) const
ScExtIButton::GetSelected() const
ScFlatBoolRowSegments::getValue(int)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent()