Kaydet (Commit) d4c467f7 authored tarafından Santiago Martinez's avatar Santiago Martinez Kaydeden (comit) Caolán McNamara

Remove unused code in BiffObjLineModel.

üst 5279616d
...@@ -59,9 +59,6 @@ struct BiffObjLineModel ...@@ -59,9 +59,6 @@ struct BiffObjLineModel
bool mbAuto; /// True = automatic line format. bool mbAuto; /// True = automatic line format.
explicit BiffObjLineModel(); explicit BiffObjLineModel();
/** Returns true, if the line formatting is visible (automatic or explicit). */
bool isVisible() const;
}; };
// ============================================================================ // ============================================================================
......
...@@ -191,11 +191,6 @@ BiffObjLineModel::BiffObjLineModel() : ...@@ -191,11 +191,6 @@ BiffObjLineModel::BiffObjLineModel() :
{ {
} }
bool BiffObjLineModel::isVisible() const
{
return mbAuto || (mnStyle != BIFF_OBJ_LINE_NONE);
}
BiffInputStream& operator>>( BiffInputStream& rStrm, BiffObjLineModel& rModel ) BiffInputStream& operator>>( BiffInputStream& rStrm, BiffObjLineModel& rModel )
{ {
sal_uInt8 nFlags; sal_uInt8 nFlags;
......
...@@ -1060,7 +1060,6 @@ oox::xls::BiffHelper::calcRkFromDouble(int&, double) ...@@ -1060,7 +1060,6 @@ oox::xls::BiffHelper::calcRkFromDouble(int&, double)
oox::xls::BiffInputStream::sizeBase() const oox::xls::BiffInputStream::sizeBase() const
oox::xls::BiffInputStream::skipByteString(bool) oox::xls::BiffInputStream::skipByteString(bool)
oox::xls::BiffInputStream::skipUniString() oox::xls::BiffInputStream::skipUniString()
oox::xls::BiffObjLineModel::isVisible() const
oox::xls::BiffOutputStream::BiffOutputStream(oox::BinaryOutputStream&, unsigned short) oox::xls::BiffOutputStream::BiffOutputStream(oox::BinaryOutputStream&, unsigned short)
oox::xls::BiffOutputStream::endRecord() oox::xls::BiffOutputStream::endRecord()
oox::xls::BiffOutputStream::fill(unsigned char, int, unsigned long) oox::xls::BiffOutputStream::fill(unsigned char, int, unsigned long)
......
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