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

New commits:
commit 38cbf02fcd35c78439bb4f6dfb32073aa12064e5
Author: Tor Lillqvist <t...@iki.fi>
Date:   Thu Mar 28 08:20:55 2013 +0200

    WaE: struct 'ScRefCellValue' was previously declared as a class
    
    Change-Id: Ia653822622180940b22877cda1d4f7b1e6369f61

diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 0fdc89c..4350d7e 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -52,7 +52,7 @@ struct ScComplexRefData;
 class ScToken;
 class ScJumpMatrix;
 class ScCellIterator;
-class ScRefCellValue;
+struct ScRefCellValue;
 
 #define MAXSTACK      (4096 / sizeof(formula::FormulaToken*))
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to