remove unused code ScRefCellValue::commit(ScColumn&, int) const
Change-Id: I2f91a7b6b471d655f19f1f0ed94c4e1d0273ed80
This commit is contained in:
@@ -130,8 +130,6 @@ struct SC_DLLPUBLIC ScRefCellValue
|
||||
*/
|
||||
void commit( ScDocument& rDoc, const ScAddress& rPos ) const;
|
||||
|
||||
void commit( ScColumn& rColumn, SCROW nRow ) const;
|
||||
|
||||
bool hasString() const;
|
||||
|
||||
bool hasNumeric() const;
|
||||
|
@@ -103,8 +103,7 @@ bool equalsWithoutFormatImpl( const _T& left, const _T& right )
|
||||
return false;
|
||||
}
|
||||
|
||||
template<typename _T>
|
||||
void commitToColumn( const _T& rCell, ScColumn& rColumn, SCROW nRow )
|
||||
static void commitToColumn( const ScCellValue& rCell, ScColumn& rColumn, SCROW nRow )
|
||||
{
|
||||
switch (rCell.meType)
|
||||
{
|
||||
@@ -546,11 +545,6 @@ void ScRefCellValue::commit( ScDocument& rDoc, const ScAddress& rPos ) const
|
||||
}
|
||||
}
|
||||
|
||||
void ScRefCellValue::commit( ScColumn& rColumn, SCROW nRow ) const
|
||||
{
|
||||
commitToColumn(*this, rColumn, nRow);
|
||||
}
|
||||
|
||||
bool ScRefCellValue::hasString() const
|
||||
{
|
||||
return hasStringImpl(meType, mpFormula);
|
||||
|
@@ -82,7 +82,6 @@ ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short)
|
||||
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
|
||||
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