[Libreoffice-commits] .: svtools/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 30 00:09:52 PST 2012


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

New commits:
commit 415a3dd3028e6e5f5167492b472ab0d5962dc737
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Nov 30 09:09:22 2012 +0100

    Fix Windows build with VS2010: forward declaration not enough
    
    Change-Id: Ic1b6673dd85caf5f340974cde09c104a5a13b395

diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx
index ff31dc4..c931f0e 100644
--- a/svtools/inc/svtools/treelist.hxx
+++ b/svtools/inc/svtools/treelist.hxx
@@ -22,6 +22,7 @@
 
 #include "svtools/svtdllapi.h"
 #include "svtools/treelistentries.hxx"
+#include "svtools/viewdataentry.hxx"
 
 #include <tools/solar.h>
 #include <tools/link.hxx>
@@ -46,7 +47,6 @@
 
 class SvTreeListEntry;
 class SvListView;
-class SvViewDataEntry;
 
 enum SvSortMode { SortAscending, SortDescending, SortNone };
 


More information about the Libreoffice-commits mailing list