From be968802f265394b42db9a02d9ed961394aa4663 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 3 Nov 2012 11:08:40 +0000 Subject: convert basic dialog to .ui Change-Id: I1ed45e5990aca4be8b499fe300d7d43fda16bd6a --- svtools/source/contnr/treelistbox.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'svtools') diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index f8567523e172..5a2fea7b3fcc 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include @@ -482,6 +483,11 @@ SvTreeListBox::SvTreeListBox(Window* pParent, const ResId& rResId) : SetSublistOpenWithLeftRight(); } +extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvTreeListBox(Window *pParent, VclBuilder::stringmap &) +{ + return new SvTreeListBox(pParent); +} + void SvTreeListBox::Clear() { DBG_CHKTHIS(SvTreeListBox,0); -- cgit