diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-28 08:20:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-28 09:44:26 +0200 |
commit | 38cbf02fcd35c78439bb4f6dfb32073aa12064e5 (patch) | |
tree | 50a5a26105046973f9d272521dbc7303ae400da4 /sc | |
parent | 0f60c1a50a98683e44325114e4cc19b355c87f49 (diff) |
WaE: struct 'ScRefCellValue' was previously declared as a class
Change-Id: Ia653822622180940b22877cda1d4f7b1e6369f61
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/inc/interpre.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx index 0fdc89c1f185..4350d7ecea13 100644 --- a/sc/source/core/inc/interpre.hxx +++ b/sc/source/core/inc/interpre.hxx @@ -52,7 +52,7 @@ struct ScComplexRefData; class ScToken; class ScJumpMatrix; class ScCellIterator; -class ScRefCellValue; +struct ScRefCellValue; #define MAXSTACK (4096 / sizeof(formula::FormulaToken*)) |