summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-26 08:51:04 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-26 08:51:04 +0200
commit3288b822c1d1d79ba23d99bc46ba21c2386cfc34 (patch)
tree215ef102cf69714e56835446b5a7f432e551b6af
parent2be61b4206695359a12570b5eeee558c8acf9810 (diff)
WaE: 'ScCellValue' defined as a struct here but previously declared as a class
Change-Id: Id3f396f05a211fd48a83f4ebdc90901804148f17
-rw-r--r--sc/inc/dociter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index d24c6abf2513..8c513aab2476 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -45,7 +45,7 @@ struct ScQueryParam;
struct ScDBQueryParamInternal;
struct ScDBQueryParamMatrix;
class ScFormulaCell;
-class ScCellValue;
+struct ScCellValue;
class ScDocumentIterator // walk through all non-empty cells
{