summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/uiservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/misc/uiservices.cxx')
-rw-r--r--dbaccess/source/ui/misc/uiservices.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/misc/uiservices.cxx b/dbaccess/source/ui/misc/uiservices.cxx
index 672f97010337..81fe7ba766b4 100644
--- a/dbaccess/source/ui/misc/uiservices.cxx
+++ b/dbaccess/source/ui/misc/uiservices.cxx
@@ -58,6 +58,7 @@ extern "C" void SAL_CALL createRegistryInfo_OToolboxController();
extern "C" void SAL_CALL createRegistryInfo_OStatusbarController();
extern "C" void SAL_CALL createRegistryInfo_CopyTableWizard();
extern "C" void SAL_CALL createRegistryInfo_OTextConnectionSettingsDialog();
+extern "C" void SAL_CALL createRegistryInfo_LimitBoxController();
//***************************************************************************************
extern "C" void SAL_CALL createRegistryInfo_DBU()
@@ -90,6 +91,7 @@ extern "C" void SAL_CALL createRegistryInfo_DBU()
createRegistryInfo_OStatusbarController();
createRegistryInfo_CopyTableWizard();
createRegistryInfo_OTextConnectionSettingsDialog();
+ createRegistryInfo_LimitBoxController();
bInit = sal_True;
}
}