[Libreoffice-commits] .: Branch 'feature/orcus-update' - svtools/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 28 04:05:03 PST 2012


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

New commits:
commit 7872f2bd52b5a9b90123735134e6e505458151c4
Author: Kohei Yoshida <kohei.yoshida at 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;


More information about the Libreoffice-commits mailing list