diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-18 18:00:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-18 18:27:10 +0300 |
commit | 7bbcea33a2aacece2d5f5abe1a97d9e7fc9615f6 (patch) | |
tree | eb44978847817d66b184d3ff3178405db282ddf0 | |
parent | a0bbe01a00b22a3fe62a101910564d6576cd3425 (diff) |
WaE: type name first seen using 'class' now seen using 'struct'
-rw-r--r-- | sc/source/ui/inc/autostyl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/autostyl.hxx b/sc/source/ui/inc/autostyl.hxx index cbf270626f81..3ff5138e08d2 100644 --- a/sc/source/ui/inc/autostyl.hxx +++ b/sc/source/ui/inc/autostyl.hxx @@ -37,7 +37,7 @@ class ScDocShell; class ScRange; -class ScAutoStyleData; +struct ScAutoStyleData; struct ScAutoStyleInitData; class ScAutoStyleList |