summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 07:02:19 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 10:01:52 -0500
commit89288d6e4f5a9c8578a5c34b236a53f5c361e785 (patch)
treefbea88d58413c063b8328c25cf6cc6afc1f72e66 /svtools
parente3ee369076f0097f3415923bde06a1a760fa2d78 (diff)
This is now struct, not class.
Change-Id: I36bceeb27ff03e09f78c794cdefb4093d94b23b9
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/treelistbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/treelistbox.hxx b/svtools/inc/svtools/treelistbox.hxx
index ff2cd94ec6e0..23a55f4ffd9e 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;