[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Mon Aug 12 18:20:22 PDT 2013


 sc/source/filter/excel/xetable.cxx |    2 ++
 1 file changed, 2 insertions(+)

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