summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-30 09:09:22 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-30 09:09:22 +0100
commit415a3dd3028e6e5f5167492b472ab0d5962dc737 (patch)
tree809e42d5f0392d16e172c721e948ff7555ab90ea /svtools
parent034b56290e1afddcc3861df20a68687462a39c18 (diff)
Fix Windows build with VS2010: forward declaration not enough
Change-Id: Ic1b6673dd85caf5f340974cde09c104a5a13b395
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/treelist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx
index ff31dc495497..c931f0ea9cfd 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 };