sc/inc/column.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 76f03b163fa2134fbeaf655d67effc3265964665 Author: Tor Lillqvist <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
