diff options
author | Jose Manuel <jmrecarey@gmail.com> | 2012-04-25 16:57:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 17:02:00 +0100 |
commit | cbbcf32218f7905b462f83119e640c42bd76ce5c (patch) | |
tree | d8136fbcc583928dcc4300571d6bb79dafee6806 /sc/source | |
parent | 33f5acad371bcf838011b3629450e6dcd405a4e9 (diff) |
unused code in dociter
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/dociter.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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) { |