Hi. i send a patch for libreoffice (fich dociter.cxx)
thanks
From f06ff5d955df6ea445490cf502b3720c2d361991 Mon Sep 17 00:00:00 2001
From: Jose Manuel <jmreca...@gmail.com>
Date: Tue, 24 Apr 2012 16:50:30 +0200
Subject: [PATCH] dociter.cxx

---
 core/sc/source/core/data/dociter.cxx |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/core/sc/source/core/data/dociter.cxx b/core/sc/source/core/data/dociter.cxx
index 3a0852c..22bd69f 100644
--- a/core/sc/source/core/data/dociter.cxx
+++ b/core/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)
 {
-- 
1.7.4.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to