From efa883f0585b0824091c1383ab318c671f83cd28 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 7 Feb 2020 12:12:58 +0000 Subject: rename URLBox back to SvtURLBox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icd90eeb492002c45ddd8ff562a6da411abead122 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88185 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svx/imapdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/imapdlg.hxx') diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx index 503cec1e072a..74b5a69a005f 100644 --- a/include/svx/imapdlg.hxx +++ b/include/svx/imapdlg.hxx @@ -38,7 +38,7 @@ namespace weld { class Widget; } namespace weld { class Window; } class ImageMap; -class URLBox; +class SvtURLBox; /************************************************************************* |* @@ -93,7 +93,7 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialogController std::unique_ptr m_xIMapWnd; std::unique_ptr m_xTbxIMapDlg1; std::unique_ptr m_xFtURL; - std::unique_ptr m_xURLBox; + std::unique_ptr m_xURLBox; std::unique_ptr m_xFtText; std::unique_ptr m_xEdtText; std::unique_ptr m_xFtTarget; -- cgit