summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-04 19:21:42 +0100
committerPetr Mladek <pmladek@suse.cz>2012-11-07 10:59:23 +0100
commitd829b0014b28172b24b84734cde1ea3a100904d4 (patch)
treefca64d6354a0217d6e350d905f6774038e1fa83f
parent0e8e9408fad0d56212c71acaba7f6c1816d0ee54 (diff)
fix copy paste error, fdo#55673
Change-Id: I1e31fe05e00ed7e298642da9c0e35ae834dfa74f Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
-rw-r--r--sc/source/core/data/conditio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index ea6657addea2..994a1998652a 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