summaryrefslogtreecommitdiff
path: root/sc
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 /sc
parent33f5acad371bcf838011b3629450e6dcd405a4e9 (diff)
unused code in dociter
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/dociter.hxx1
-rw-r--r--sc/source/core/data/dociter.cxx5
2 files changed, 0 insertions, 6 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)
{