summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-18 17:54:35 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-18 18:27:08 +0300
commita0bbe01a00b22a3fe62a101910564d6576cd3425 (patch)
treece1c51fb0f095f09947d548454b633797207d4ed /sc
parentWaE: unreachable code (diff)
downloadcore-a0bbe01a00b22a3fe62a101910564d6576cd3425.tar.gz
core-a0bbe01a00b22a3fe62a101910564d6576cd3425.zip
WaE: type name first seen using 'class' now seen using 'struct'
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/scmod.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 2bc72fddceab..e90936b67e3e 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -79,8 +79,8 @@ class ScTransferObj;
class ScDrawTransferObj;
class ScSelectionTransferObj;
class ScFormEditData;
-class ScDragData;
-class ScClipData;
+struct ScDragData;
+struct ScClipData;
//==================================================================