[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 21 06:36:37 PST 2012


 sc/source/core/data/table2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7ad12f2832c519fcef243c591fcccdc170874c0
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Nov 17 18:46:14 2012 +0100

    fdo#56584: delete also note caption.
    
    Change-Id: I1d792082e79d6bb68004a84c172cc3bb5c194826
    Signed-off-by: Kohei Yoshida <kohei.yoshida at gmail.com>

diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index bc97e9c..cb9ae98 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -566,7 +566,7 @@ void ScTable::DeleteArea(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal
     }
 
     if (nDelFlag & IDF_NOTE)
-        maNotes.erase( nCol1, nRow1, nCol2, nRow2, true );
+        maNotes.erase( nCol1, nRow1, nCol2, nRow2 );
 
     if (IsStreamValid())
         // TODO: In the future we may want to check if the table has been


More information about the Libreoffice-commits mailing list