remove unused code ScTable::GetNote(short, int)

Change-Id: Iad250b204423b897d903053b3ea4c63c01837e79
This commit is contained in:
Noel Grandin
2014-02-26 10:13:26 +02:00
parent 4573046663
commit b28e435105
3 changed files with 0 additions and 8 deletions

View File

@@ -384,8 +384,6 @@ public:
void GetFirstDataPos(SCCOL& rCol, SCROW& rRow) const;
void GetLastDataPos(SCCOL& rCol, SCROW& rRow) const;
ScPostIt* GetNote(const SCCOL nCol, const SCROW nRow);
ScPostIt* ReleaseNote( SCCOL nCol, SCROW nRow );
size_t GetNoteCount( SCCOL nCol ) const;

View File

@@ -1502,11 +1502,6 @@ ScFormulaCell* ScTable::GetFormulaCell( SCCOL nCol, SCROW nRow )
return aCol[nCol].GetFormulaCell(nRow);
}
ScPostIt* ScTable::GetNote(const SCCOL nCol, const SCROW nRow)
{
return pDocument->GetNote(nCol, nRow, nTab);
}
ScPostIt* ScTable::ReleaseNote( SCCOL nCol, SCROW nRow )
{
if (!ValidCol(nCol))

View File

@@ -84,7 +84,6 @@ ScMyNotEmptyCellsIterator::GetCell() const
ScRangeStringConverter::GetRangeListFromString(com::sun::star::uno::Sequence<com::sun::star::table::CellRangeAddress>&, rtl::OUString const&, ScDocument const*, formula::FormulaGrammar::AddressConvention, unsigned short, unsigned short)
ScRefCellValue::commit(ScColumn&, int) const
ScTabViewShell::GetForms() const
ScTable::GetNote(short, int)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent()