[Libreoffice-commits] .: 2 commits - sc/source svtools/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 17 09:58:39 PST 2012
sc/source/core/data/table2.cxx | 2 +-
svtools/inc/svtools/ctrlbox.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f44928cbd51fc7d08e2b81dcdf837650cd215847
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Nov 17 18:46:14 2012 +0100
delete also note caption, fdo#56548
Change-Id: I1d792082e79d6bb68004a84c172cc3bb5c194826
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index 69e2f02..98a0fdd 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
commit 03798c0c6ee38878cac855835f1ab5ce8f4795f4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Nov 17 18:55:44 2012 +0100
fix error introduced by previous commit
diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx
index 9f0f9f2..a160e11 100644
--- a/svtools/inc/svtools/ctrlbox.hxx
+++ b/svtools/inc/svtools/ctrlbox.hxx
@@ -85,7 +85,7 @@ units and window size need to be set. Supported units are typographic point
All scalar numbers in 1/100 of the corresponding unit.
Line1 is the outer, Line2 the inner line, Distance is the distance between
-these two lines. If Line2 == 2, only Line1 will be shown. Defaults for
+these two lines. If Line2 == 0, only Line1 will be shown. Defaults for
source and target unit are FUNIT_POINT.
SetColor() sets the line color.
More information about the Libreoffice-commits
mailing list