WaE: 'ScCellValue' defined as a struct here but previously declared as a class

Change-Id: Id3f396f05a211fd48a83f4ebdc90901804148f17
This commit is contained in:
Tor Lillqvist 2013-03-26 08:51:04 +02:00
parent 2be61b4206
commit 3288b822c1

View file

@ -45,7 +45,7 @@ struct ScQueryParam;
struct ScDBQueryParamInternal; struct ScDBQueryParamInternal;
struct ScDBQueryParamMatrix; struct ScDBQueryParamMatrix;
class ScFormulaCell; class ScFormulaCell;
class ScCellValue; struct ScCellValue;
class ScDocumentIterator // walk through all non-empty cells class ScDocumentIterator // walk through all non-empty cells
{ {