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

remove unused data ScComplexRefData::IsDeleted()

Change-Id: I06d44a709f18b457c3d3381e2c6f4636fbffd4f0
üst 297c4d40
......@@ -135,7 +135,6 @@ struct ScComplexRefData
Ref2.InitAddress( nCol2, nRow2, nTab2 );
}
bool IsDeleted() const;
bool Valid() const;
/** In external references nTab is -1 for the start tab and -1 for the end
......
......@@ -311,11 +311,6 @@ ScComplexRefData& ScComplexRefData::Extend( const ScComplexRefData & rRef, const
return Extend( rRef.Ref1, rPos).Extend( rRef.Ref2, rPos);
}
bool ScComplexRefData::IsDeleted() const
{
return Ref1.IsDeleted() || Ref2.IsDeleted();
}
bool ScComplexRefData::Valid() const
{
return Ref1.Valid() && Ref2.Valid();
......
......@@ -71,7 +71,6 @@ ScColorScaleEntry::UpdateMoveTab(short, short, short)
ScColumn::DeleteCellNote(int)
ScColumn::MoveListeners(SvtBroadcaster&, int)
ScColumn::SetRawString(sc::ColumnBlockPosition&, int, rtl::OUString const&, bool)
ScComplexRefData::IsDeleted() const
ScDocument::CreateFormatTable() const
ScExtIButton::GetSelected() const
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
......
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