From 57db240b8ba477bbbe19b3d0a04d64454b4884a3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 27 Mar 2013 01:04:03 +0200 Subject: WaE: class 'ScRefCellValue' was previously declared as a struct Change-Id: I0d75fd1a1e8fa23a246d6dfe9af024404198645a --- sc/inc/conditio.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/conditio.hxx') diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 8592bcb9a7e1..832af26d9db2 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -37,7 +37,7 @@ class ScFormulaCell; class ScTokenArray; -class ScRefCellValue; +struct ScRefCellValue; // nOptions Flags #define SC_COND_NOBLANKS 1 -- cgit