summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/scriptdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/scriptdlg.cxx')
-rw-r--r--cui/source/dialogs/scriptdlg.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx
index 215278ae7ed2..2a5e29efefe2 100644
--- a/cui/source/dialogs/scriptdlg.cxx
+++ b/cui/source/dialogs/scriptdlg.cxx
@@ -23,6 +23,7 @@
#include <sfx2/objsh.hxx>
#include <vcl/svapp.hxx>
#include <vcl/layout.hxx>
+#include <vcl/builderfactory.hxx>
#include <osl/mutex.hxx>
#include <cuires.hrc>
@@ -94,10 +95,7 @@ SFTreeListBox::SFTreeListBox(vcl::Window* pParent)
nMode = 0xFF; // everything
}
-extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeSFTreeListBox(vcl::Window *pParent, VclBuilder::stringmap &)
-{
- return new SFTreeListBox(pParent);
-}
+VCL_BUILDER_FACTORY(SFTreeListBox)
SFTreeListBox::~SFTreeListBox()
{