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

Kohei Yoshida kohei.yoshida at gmail.com
Tue Mar 19 21:01:07 PDT 2013


 sc/inc/column.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19707effa72c18b068e1f35ede7e562619f0fb32
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Wed Mar 20 00:03:05 2013 -0400

    ScFormulaCellGroup is a struct, not a class. MSVC is picky on this.
    
    Change-Id: I1246c431d6c48751ad85e719246d0384127b2a5b

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 8ef72d9..558b83f 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -72,7 +72,7 @@ class ScFlatBoolRowSegments;
 struct ScSetStringParam;
 struct ScColWidthParam;
 class ScColumnTextWidthIterator;
-class ScFormulaCellGroup;
+struct ScFormulaCellGroup;
 typedef ::boost::intrusive_ptr<ScFormulaCellGroup> ScFormulaCellGroupRef;
 
 struct ScNeededSizeOptions


More information about the Libreoffice-commits mailing list