summaryrefslogtreecommitdiff
path: root/cui/source/options/connpooloptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/connpooloptions.cxx')
-rw-r--r--cui/source/options/connpooloptions.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/cui/source/options/connpooloptions.cxx b/cui/source/options/connpooloptions.cxx
index 1e67b366e2e8..1ab5e735cb36 100644
--- a/cui/source/options/connpooloptions.cxx
+++ b/cui/source/options/connpooloptions.cxx
@@ -20,6 +20,7 @@
#include "connpooloptions.hxx"
#include <svtools/editbrowsebox.hxx>
#include <vcl/field.hxx>
+#include <vcl/builderfactory.hxx>
#include "connpoolsettings.hxx"
#include <svl/eitem.hxx>
#include <cuires.hrc>
@@ -99,11 +100,7 @@ namespace offapp
SetUniqueId(UID_OFA_CONNPOOL_DRIVERLIST_BACK);
}
- extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeDriverListControl(vcl::Window *pParent, VclBuilder::stringmap &)
- {
- return new DriverListControl(pParent);
- }
-
+ VCL_BUILDER_FACTORY(DriverListControl)
bool DriverListControl::IsTabAllowed(bool /*_bForward*/) const
{