WaE: 'ScCellValue' defined as a struct here but previously declared as a class
Change-Id: Id3f396f05a211fd48a83f4ebdc90901804148f17
This commit is contained in:
parent
2be61b4206
commit
3288b822c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue