summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-13 13:24:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-13 13:25:08 +0200
commit2bdea3b8cf15f3529348813fd253dfdbb8ff5556 (patch)
tree121e0346e2372de1b08dd7dd3869879a3c2f14b0 /sc/source/core/inc
parentdbb60dd9aeaaa9e4547e80aa7da4ae3a76e2470f (diff)
WaE: struct/class mixup
Change-Id: Ia400ca7fdd2728e4fa12b96ace75ba1d5b7231f2
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/interpre.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 8cc48a8b6487..16eb22cb0917 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -47,8 +47,8 @@ struct ScQueryEntry;
struct ScCompare;
struct ScCompareOptions;
-class ScSingleRefData;
-class ScComplexRefData;
+struct ScSingleRefData;
+struct ScComplexRefData;
class ScToken;
class ScJumpMatrix;