[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Apr 1 04:10:13 PDT 2011


 sw/source/ui/docvw/SidebarTxtControl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57b9ed8ef14370a1727d8c51135684698c7a4299
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Apr 1 09:59:11 2011 +0100

    WaE: struct vs class

diff --git a/sw/source/ui/docvw/SidebarTxtControl.hxx b/sw/source/ui/docvw/SidebarTxtControl.hxx
index 47efe4c..5e397ea 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 {
 


More information about the Libreoffice-commits mailing list