[Libreoffice-commits] core.git: sc/inc

Tor Lillqvist tml at iki.fi
Wed Mar 20 00:48:39 PDT 2013


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

New commits:
commit 76f03b163fa2134fbeaf655d67effc3265964665
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Mar 20 09:42:13 2013 +0200

    WaE: class 'ScFormulaCellGroup' was previously declared as a struct
    
    Change-Id: Ic7c1cb8ef7e39243277ceb9a219e2b4684130587

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 1a1c9a4..37a28bb 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