diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-27 01:04:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-27 01:22:58 +0200 |
commit | 57db240b8ba477bbbe19b3d0a04d64454b4884a3 (patch) | |
tree | 1c19e11b46a6cea628b0c9924aa244f0619449dd /sc/inc/conditio.hxx | |
parent | eb69f807c4709a908222cb57b45a8733be663c56 (diff) |
WaE: class 'ScRefCellValue' was previously declared as a struct
Change-Id: I0d75fd1a1e8fa23a246d6dfe9af024404198645a
Diffstat (limited to 'sc/inc/conditio.hxx')
-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 |