[Libreoffice-commits] core.git: sc/inc

Tor Lillqvist tml at iki.fi
Mon Mar 25 23:51:52 PDT 2013


 sc/inc/dociter.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3288b822c1d1d79ba23d99bc46ba21c2386cfc34
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Mar 26 08:51:04 2013 +0200

    WaE: 'ScCellValue' defined as a struct here but previously declared as a class
    
    Change-Id: Id3f396f05a211fd48a83f4ebdc90901804148f17

diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index d24c6ab..8c513aa 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
 {


More information about the Libreoffice-commits mailing list