Kaydet (Commit) b28e4351 authored tarafından Noel Grandin's avatar Noel Grandin

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

Change-Id: Iad250b204423b897d903053b3ea4c63c01837e79
üst 45730466
...@@ -384,8 +384,6 @@ public: ...@@ -384,8 +384,6 @@ public:
void GetFirstDataPos(SCCOL& rCol, SCROW& rRow) const; void GetFirstDataPos(SCCOL& rCol, SCROW& rRow) const;
void GetLastDataPos(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 ); ScPostIt* ReleaseNote( SCCOL nCol, SCROW nRow );
size_t GetNoteCount( SCCOL nCol ) const; size_t GetNoteCount( SCCOL nCol ) const;
......
...@@ -1502,11 +1502,6 @@ ScFormulaCell* ScTable::GetFormulaCell( SCCOL nCol, SCROW nRow ) ...@@ -1502,11 +1502,6 @@ ScFormulaCell* ScTable::GetFormulaCell( SCCOL nCol, SCROW nRow )
return aCol[nCol].GetFormulaCell(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 ) ScPostIt* ScTable::ReleaseNote( SCCOL nCol, SCROW nRow )
{ {
if (!ValidCol(nCol)) if (!ValidCol(nCol))
......
...@@ -84,7 +84,6 @@ ScMyNotEmptyCellsIterator::GetCell() const ...@@ -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) 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 ScRefCellValue::commit(ScColumn&, int) const
ScTabViewShell::GetForms() const ScTabViewShell::GetForms() const
ScTable::GetNote(short, int)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent() SdrItemBrowser::ForceParent()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment