[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Thu Aug 8 04:55:23 PDT 2013


 sc/source/filter/oox/formulabuffer.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1ca4dac3d638448b0bcdfff48fa07a2b0cfa4b01
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu Aug 8 07:52:45 2013 -0400

    Fix the (Windows) build. No idea how this was buildable on Linux.
    
    Change-Id: I9c0701b1b8f30c36f45bbee0d95e92a59f9891fe

diff --git a/sc/source/filter/oox/formulabuffer.cxx b/sc/source/filter/oox/formulabuffer.cxx
index 9fa009b..3090911 100644
--- a/sc/source/filter/oox/formulabuffer.cxx
+++ b/sc/source/filter/oox/formulabuffer.cxx
@@ -33,12 +33,12 @@ using namespace ::com::sun::star::container;
 
 namespace oox { namespace xls {
 
-FormulaBuffer::FormulaBuffer::SharedFormulaEntry::SharedFormulaEntry(
+FormulaBuffer::SharedFormulaEntry::SharedFormulaEntry(
     const table::CellAddress& rAddr, const table::CellRangeAddress& rRange,
     const OUString& rTokenStr, sal_Int32 nSharedId ) :
     maAddress(rAddr), maRange(rRange), maTokenStr(rTokenStr), mnSharedId(nSharedId) {}
 
-FormulaBuffer::FormulaBuffer::SharedFormulaDesc::SharedFormulaDesc(
+FormulaBuffer::SharedFormulaDesc::SharedFormulaDesc(
     const com::sun::star::table::CellAddress& rAddr, sal_Int32 nSharedId,
     const OUString& rCellValue, sal_Int32 nValueType ) :
     maAddress(rAddr), mnSharedId(nSharedId), maCellValue(rCellValue), mnValueType(nValueType) {}


More information about the Libreoffice-commits mailing list