[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 7 01:59:45 PST 2012


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

New commits:
commit d829b0014b28172b24b84734cde1ea3a100904d4
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