diff options
-rw-r--r-- | sc/inc/conditio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |