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

New commits:
commit c883f49f9400948001424ed10392841d93c7ce3d
Author: Kohei Yoshida <kohei.yosh...@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 ========================================================
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to