[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 5 08:57:25 PST 2012
sc/source/core/data/conditio.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 60a3410614dfb1cb9b60e77898bb1f130bd2c742
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Nov 4 19:21:42 2012 +0100
fix copy paste error, fdo#55673
Change-Id: I1e31fe05e00ed7e298642da9c0e35ae834dfa74f
Signed-off-by: Kohei Yoshida <kohei.yoshida at gmail.com>
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index ea6657a..994a199 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -772,7 +772,7 @@ static bool lcl_IsDuplicate( ScDocument *pDoc, double nArg, const String& rStr,
SCROW nRow = aRange->aEnd.Row();
SCCOL nCol = aRange->aEnd.Col();
SCCOL nColStart = aRange->aStart.Col();
- SCROW nRowStart = aRange->aEnd.Row();
+ SCROW nRowStart = aRange->aStart.Row();
SCTAB nTab = aRange->aStart.Tab();
// temporary fix to workaorund slow duplicate entry
More information about the Libreoffice-commits
mailing list