[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Aug 12 18:19:44 PDT 2013
sc/source/filter/excel/xetable.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 84c4c6a901a90dda1514071455db682a000b1934
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Mon Aug 12 21:20:01 2013 -0400
Return something.
Change-Id: I46ff752f62d2f3fc988bbacc58097ee36e87182f
diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx
index d7b6499..8e0d763 100644
--- a/sc/source/filter/excel/xetable.cxx
+++ b/sc/source/filter/excel/xetable.cxx
@@ -230,6 +230,8 @@ XclExpShrfmlaRef XclExpShrfmlaBuffer::CreateOrExtendShrfmla(
xRec = aIt->second;
xRec->ExtendRange( rScPos );
}
+
+ return xRec;
}
// Multiple operations ========================================================
More information about the Libreoffice-commits
mailing list