summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-27 01:04:03 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-27 01:22:58 +0200
commit57db240b8ba477bbbe19b3d0a04d64454b4884a3 (patch)
tree1c19e11b46a6cea628b0c9924aa244f0619449dd /sc/inc/conditio.hxx
parenteb69f807c4709a908222cb57b45a8733be663c56 (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.hxx2
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