summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-01 09:59:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-01 09:59:11 +0100
commit57b9ed8ef14370a1727d8c51135684698c7a4299 (patch)
tree97a3ca8d13e8f21d23129bbb8f1985db70632510 /sw
parent4e77ef6acd78efeec6621dff8d7e1fbfeabde154 (diff)
WaE: struct vs class
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/docvw/SidebarTxtControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControl.hxx b/sw/source/ui/docvw/SidebarTxtControl.hxx
index 47efe4c1d3..5e397eac7e 100644
--- a/sw/source/ui/docvw/SidebarTxtControl.hxx
+++ b/sw/source/ui/docvw/SidebarTxtControl.hxx
@@ -34,7 +34,7 @@
class OutlinerView;
class SwView;
class SwPostItMgr;
-class SpellCallbackInfo;
+struct SpellCallbackInfo;
namespace sw { namespace sidebarwindows {