From 3288b822c1d1d79ba23d99bc46ba21c2386cfc34 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 26 Mar 2013 08:51:04 +0200 Subject: [PATCH] WaE: 'ScCellValue' defined as a struct here but previously declared as a class Change-Id: Id3f396f05a211fd48a83f4ebdc90901804148f17 --- sc/inc/dociter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {