diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-20 09:42:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-20 09:42:13 +0200 |
commit | 76f03b163fa2134fbeaf655d67effc3265964665 (patch) | |
tree | b0c04c83aa9671e124080bbf194984bb9f00b6c6 /sc | |
parent | 79dd315e9b19ec3bc6601c359a0ecb6d576d4aa8 (diff) |
WaE: class 'ScFormulaCellGroup' was previously declared as a struct
Change-Id: Ic7c1cb8ef7e39243277ceb9a219e2b4684130587
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 1a1c9a476ef4..37a28bbf61e1 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 |