diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-12 21:20:01 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-12 21:20:45 -0400 |
commit | 84c4c6a901a90dda1514071455db682a000b1934 (patch) | |
tree | 7f353c63f70fd7dd423c61ae0b41b74143ada6dc /sc | |
parent | b4038bd494632c5efe1a761cb5bf23e5eebbe065 (diff) |
Return something.
Change-Id: I46ff752f62d2f3fc988bbacc58097ee36e87182f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xetable.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx index d7b6499c4319..8e0d763762fd 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 ======================================================== |