summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-30 09:35:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-30 12:54:31 +0100
commit3c66980129ce21b68d3a90aa3318f3c7ed1d8a58 (patch)
tree35587cdf90a2533f29720ef5384b46210b0ef5fc
parent2478e7a9eb8a05284269cf360f4cdf6126f1499f (diff)
WaE: struct vs class
-rw-r--r--sc/source/ui/inc/autostyl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/autostyl.hxx b/sc/source/ui/inc/autostyl.hxx
index c45be3bb0a78..cbf270626f81 100644
--- a/sc/source/ui/inc/autostyl.hxx
+++ b/sc/source/ui/inc/autostyl.hxx
@@ -38,7 +38,7 @@
class ScDocShell;
class ScRange;
class ScAutoStyleData;
-class ScAutoStyleInitData;
+struct ScAutoStyleInitData;
class ScAutoStyleList
{