remove unused code ScTable::GetNote(short, int)
Change-Id: Iad250b204423b897d903053b3ea4c63c01837e79
This commit is contained in:
@@ -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;
|
||||
|
@@ -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))
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user