svtools/inc/svtools/treelistbox.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7872f2bd52b5a9b90123735134e6e505458151c4
Author: Kohei Yoshida <kohei.yosh...@gmail.com>
Date:   Wed Nov 28 07:02:19 2012 -0500

    This is now struct, not class.
    
    Change-Id: I36bceeb27ff03e09f78c794cdefb4093d94b23b9

diff --git a/svtools/inc/svtools/treelistbox.hxx 
b/svtools/inc/svtools/treelistbox.hxx
index ff2cd94..23a55f4 100644
--- a/svtools/inc/svtools/treelistbox.hxx
+++ b/svtools/inc/svtools/treelistbox.hxx
@@ -42,7 +42,7 @@
 class Application;
 class SvTreeListBox;
 class SvTreeListEntry;
-class SvViewDataItem;
+struct SvViewDataItem;
 class SvViewDataEntry;
 class SvInplaceEdit2;
 class SvLBoxString;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to