svtools/inc/svtools/treelist.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 415a3dd3028e6e5f5167492b472ab0d5962dc737 Author: Fridrich Å trba <fridrich.st...@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 };
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits