summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-10 09:17:12 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-09-10 11:47:46 -0400
commitde746be2078c191692d94d11006564ec60090b7d (patch)
tree062485a9c47c2b2ff38d0a56d0fb3fc69cafce1e
parentd466bd65be615516ee5402915abb26e4f3775e23 (diff)
Oops I forgot a return statement.
Change-Id: Ifdea804b178ccf5c25ef21fba2642f31a90e4061
-rw-r--r--sc/source/core/data/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index d16191089249..7bda1da5f7a5 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -1024,7 +1024,7 @@ SCROW ScDocument::GetLastDataRow( SCTAB nTab, SCCOL nCol1, SCCOL nCol2 ) const
if (!pTab)
return -1;
- pTab->GetLastDataRow(nCol1, nCol2);
+ return pTab->GetLastDataRow(nCol1, nCol2);
}
// connected area