Kaydet (Commit) cbbcf322 authored tarafından Jose Manuel's avatar Jose Manuel Kaydeden (comit) Caolán McNamara

unused code in dociter

üst 33f5acad
...@@ -573,7 +573,6 @@ public: ...@@ -573,7 +573,6 @@ public:
SCTAB mnTab; SCTAB mnTab;
::boost::shared_ptr<ScFlatBoolRowSegments> mpRanges; ::boost::shared_ptr<ScFlatBoolRowSegments> mpRanges;
TabRanges();
TabRanges(SCTAB nTab); TabRanges(SCTAB nTab);
}; };
......
...@@ -2197,11 +2197,6 @@ const ScPatternAttr* ScDocAttrIterator::GetNext( SCCOL& rCol, SCROW& rRow1, SCRO ...@@ -2197,11 +2197,6 @@ const ScPatternAttr* ScDocAttrIterator::GetNext( SCCOL& rCol, SCROW& rRow1, SCRO
// ============================================================================ // ============================================================================
ScDocRowHeightUpdater::TabRanges::TabRanges() :
mnTab(0), mpRanges(new ScFlatBoolRowSegments)
{
}
ScDocRowHeightUpdater::TabRanges::TabRanges(SCTAB nTab) : ScDocRowHeightUpdater::TabRanges::TabRanges(SCTAB nTab) :
mnTab(nTab), mpRanges(new ScFlatBoolRowSegments) mnTab(nTab), mpRanges(new ScFlatBoolRowSegments)
{ {
......
...@@ -52,7 +52,6 @@ ScDBCollection::AnonDBs::erase(boost::void_ptr_iterator<__gnu_debug::_Safe_itera ...@@ -52,7 +52,6 @@ ScDBCollection::AnonDBs::erase(boost::void_ptr_iterator<__gnu_debug::_Safe_itera
ScDBCollection::AnonDBs::findByTable(short) const ScDBCollection::AnonDBs::findByTable(short) const
ScDPLabelData::ScDPLabelData(rtl::OUString const&, short, bool) ScDPLabelData::ScDPLabelData(rtl::OUString const&, short, bool)
ScDPObject::HasGroups() const ScDPObject::HasGroups() const
ScDocRowHeightUpdater::TabRanges::TabRanges()
ScHTMLColOffset::Insert(ScHTMLColOffset const*, unsigned short, unsigned short) ScHTMLColOffset::Insert(ScHTMLColOffset const*, unsigned short, unsigned short)
ScHTMLColOffset::Insert(unsigned long const&, unsigned short&) ScHTMLColOffset::Insert(unsigned long const&, unsigned short&)
ScHTMLColOffset::Insert(unsigned long const*, unsigned short) ScHTMLColOffset::Insert(unsigned long const*, unsigned short)
......
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