diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-01 09:59:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-01 09:59:11 +0100 |
commit | 4d89ec2e24b38fc504e31ec19fa325624c3d5535 (patch) | |
tree | 753647595f69d84498920db4cc8c8396d6325f13 /sw | |
parent | 53d16a5d55386c11d32760e3dedda2fd9eeffa53 (diff) |
WaE: struct vs class
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/docvw/SidebarTxtControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControl.hxx b/sw/source/ui/docvw/SidebarTxtControl.hxx index b1aa2caa81c4..e536cee4a2c2 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 { |