diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 12:12:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 16:03:10 +0100 |
commit | efa883f0585b0824091c1383ab318c671f83cd28 (patch) | |
tree | 32cb13362b0ed8b700823351ca4d8459d9779c01 /sc/source/ui/inc/linkarea.hxx | |
parent | 36deee8c8d86ff45602ea3119a6628cc5bceed7a (diff) |
rename URLBox back to SvtURLBox
Change-Id: Icd90eeb492002c45ddd8ff562a6da411abead122
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88185
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/linkarea.hxx')
-rw-r--r-- | sc/source/ui/inc/linkarea.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx index 082ef439c3f3..85cf87f06c29 100644 --- a/sc/source/ui/inc/linkarea.hxx +++ b/sc/source/ui/inc/linkarea.hxx @@ -28,7 +28,7 @@ namespace sfx2 { class DocumentInserter; } namespace sfx2 { class FileDialogHelper; } class ScDocShell; -class URLBox; +class SvtURLBox; class ScLinkedAreaDlg : public weld::GenericDialogController { @@ -37,7 +37,7 @@ private: std::unique_ptr<sfx2::DocumentInserter> m_xDocInserter; SfxObjectShellRef aSourceRef; - std::unique_ptr<URLBox> m_xCbUrl; + std::unique_ptr<SvtURLBox> m_xCbUrl; std::unique_ptr<weld::Button> m_xBtnBrowse; std::unique_ptr<weld::TreeView> m_xLbRanges; std::unique_ptr<weld::CheckButton> m_xBtnReload; |