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

New commits:
commit 60a3410614dfb1cb9b60e77898bb1f130bd2c742
Author: Markus Mohrhard <markus.mohrh...@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.yosh...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to