summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Manuel <jmrecarey@gmail.com>2012-04-25 16:57:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-25 17:02:00 +0100
commitcbbcf32218f7905b462f83119e640c42bd76ce5c (patch)
treed8136fbcc583928dcc4300571d6bb79dafee6806
parent33f5acad371bcf838011b3629450e6dcd405a4e9 (diff)
unused code in dociter
-rw-r--r--sc/inc/dociter.hxx1
-rw-r--r--sc/source/core/data/dociter.cxx5
-rwxr-xr-xunusedcode.easy1
3 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 79495e1c8e43..fe7aa547c542 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -573,7 +573,6 @@ public:
SCTAB mnTab;
::boost::shared_ptr<ScFlatBoolRowSegments> mpRanges;
- TabRanges();
TabRanges(SCTAB nTab);
};
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx
index 874fa90da418..f2a96338a553 100644
--- a/sc/source/core/data/dociter.cxx
+++ b/sc/source/core/data/dociter.cxx
@@ -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) :
mnTab(nTab), mpRanges(new ScFlatBoolRowSegments)
{
diff --git a/unusedcode.easy b/unusedcode.easy
index 5e0fc8c18ad2..f2ca669082da 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -52,7 +52,6 @@ ScDBCollection::AnonDBs::erase(boost::void_ptr_iterator<__gnu_debug::_Safe_itera
ScDBCollection::AnonDBs::findByTable(short) const
ScDPLabelData::ScDPLabelData(rtl::OUString const&, short, bool)
ScDPObject::HasGroups() const
-ScDocRowHeightUpdater::TabRanges::TabRanges()
ScHTMLColOffset::Insert(ScHTMLColOffset const*, unsigned short, unsigned short)
ScHTMLColOffset::Insert(unsigned long const&, unsigned short&)
ScHTMLColOffset::Insert(unsigned long const*, unsigned short)