summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-17 18:46:14 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-17 18:56:25 +0100
commitf44928cbd51fc7d08e2b81dcdf837650cd215847 (patch)
tree5021e1a053567074ba7c2ac763ce1b062a533713 /sc/source/core/data/table2.cxx
parent03798c0c6ee38878cac855835f1ab5ce8f4795f4 (diff)
delete also note caption, fdo#56548
Change-Id: I1d792082e79d6bb68004a84c172cc3bb5c194826
Diffstat (limited to 'sc/source/core/data/table2.cxx')
-rw-r--r--sc/source/core/data/table2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index 69e2f0243a55..98a0fdd41f0d 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -549,7 +549,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