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

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

Reply via email to