summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot')
-rw-r--r--extensions/source/abpilot/abpfinalpage.cxx2
-rw-r--r--extensions/source/abpilot/abpfinalpage.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.cxx b/extensions/source/abpilot/abpfinalpage.cxx
index 685592f8c739..388568c12651 100644
--- a/extensions/source/abpilot/abpfinalpage.cxx
+++ b/extensions/source/abpilot/abpfinalpage.cxx
@@ -45,7 +45,7 @@ namespace abp
FinalPage::FinalPage(weld::Container* pPage, OAddressBookSourcePilot* pWizard)
: AddressBookSourcePage(pPage, pWizard, "modules/sabpilot/ui/datasourcepage.ui",
"DataSourcePage")
- , m_xLocation(new URLBox(m_xBuilder->weld_combo_box("location")))
+ , m_xLocation(new SvtURLBox(m_xBuilder->weld_combo_box("location")))
, m_xBrowse(m_xBuilder->weld_button("browse"))
, m_xRegisterName(m_xBuilder->weld_check_button("available"))
, m_xEmbed(m_xBuilder->weld_check_button("embed"))
diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx
index c4cc6bccf6c0..d82143c15091 100644
--- a/extensions/source/abpilot/abpfinalpage.hxx
+++ b/extensions/source/abpilot/abpfinalpage.hxx
@@ -31,7 +31,7 @@ namespace abp
class FinalPage final : public AddressBookSourcePage
{
- std::unique_ptr<URLBox> m_xLocation;
+ std::unique_ptr<SvtURLBox> m_xLocation;
std::unique_ptr<weld::Button> m_xBrowse;
std::unique_ptr<weld::CheckButton> m_xRegisterName;
std::unique_ptr<weld::CheckButton> m_xEmbed;