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 /fpicker/source/office/iodlgimp.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 'fpicker/source/office/iodlgimp.hxx')
-rw-r--r-- | fpicker/source/office/iodlgimp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx index 27e2731fd29a..2b200f466a7b 100644 --- a/fpicker/source/office/iodlgimp.hxx +++ b/fpicker/source/office/iodlgimp.hxx @@ -100,7 +100,7 @@ private: DECL_LINK(ClickHdl, const OString&, void); }; -class URLBox; +class SvtURLBox; class SvtExpFileDlg_Impl { private: @@ -114,7 +114,7 @@ public: std::unique_ptr<SvtFileDialogFilter_Impl> m_xUserFilter; std::unique_ptr<weld::Label> m_xFtFileName; - std::unique_ptr<URLBox> m_xEdFileName; + std::unique_ptr<SvtURLBox> m_xEdFileName; std::unique_ptr<weld::Label> m_xFtFileVersion; std::unique_ptr<weld::ComboBox> m_xLbFileVersion; @@ -137,7 +137,7 @@ public: std::unique_ptr<weld::Button> m_xBtnNewFolder; std::unique_ptr<weld::CheckButton> m_xCbPassword; std::unique_ptr<weld::CheckButton> m_xCbGPGEncrypt; - std::unique_ptr<URLBox> m_xEdCurrentPath; + std::unique_ptr<SvtURLBox> m_xEdCurrentPath; std::unique_ptr<weld::CheckButton> m_xCbAutoExtension; std::unique_ptr<weld::CheckButton> m_xCbOptions; |