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

remove unused code ScRefreshTimer::StartRefreshTimer()

Change-Id: If96e0de72338aabfb2c4db04fba8f524d48a1d5c
üst a7672907
......@@ -50,7 +50,6 @@ public:
bool operator==( const ScRefreshTimer& r ) const;
bool operator!=( const ScRefreshTimer& r ) const;
void StartRefreshTimer();
void SetRefreshControl( ScRefreshTimerControl * const * pp );
void SetRefreshHandler( const Link& rLink );
sal_uLong GetRefreshDelay() const;
......
......@@ -84,11 +84,6 @@ bool ScRefreshTimer::operator!=( const ScRefreshTimer& r ) const
return !ScRefreshTimer::operator==( r );
}
void ScRefreshTimer::StartRefreshTimer()
{
Start();
}
void ScRefreshTimer::SetRefreshControl( ScRefreshTimerControl * const * pp )
{
ppControl = pp;
......
......@@ -83,7 +83,6 @@ ScGridWindow::HasScenarioRange(unsigned short, int, ScRange&)
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
ScRefreshTimer::StartRefreshTimer()
ScTabViewShell::GetForms() const
ScTable::GetNote(short, int)
ScTable::SetRawString(short, int, rtl::OUString const&)
......
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