summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/linkarea.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/linkarea.cxx')
-rw-r--r--sc/source/ui/miscdlgs/linkarea.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.cxx b/sc/source/ui/miscdlgs/linkarea.cxx
index c4c23b1ba369..b8bc66c8d2a9 100644
--- a/sc/source/ui/miscdlgs/linkarea.cxx
+++ b/sc/source/ui/miscdlgs/linkarea.cxx
@@ -35,7 +35,7 @@
#include <scresid.hxx>
#include <strings.hrc>
-ScLinkedAreaDlg::ScLinkedAreaDlg(weld::Window* pParent)
+ScLinkedAreaDlg::ScLinkedAreaDlg(weld::Widget* pParent)
: GenericDialogController(pParent, "modules/scalc/ui/externaldata.ui", "ExternalDataDialog")
, m_pSourceShell(nullptr)
, m_xCbUrl(new SvtURLBox(m_xBuilder->weld_combo_box("url")))