diff options
Diffstat (limited to 'sc/source/core/data/conditio.cxx')
-rw-r--r-- | sc/source/core/data/conditio.cxx | 2 |
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 |