diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-04-09 11:25:54 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-04-12 08:24:45 +0200 |
commit | dc78803e2fc757fc3ddd97b59e698bf1385c5555 (patch) | |
tree | a4a628092243501be67dd3fe38179fcf6f2efc7d /include | |
parent | 334838efc12cd1e4a451a8dd7542b93fdaf30bb9 (diff) |
Resolves tdf#135896 - Add hyperlink to file location
File > Properties: Document Location is now a hyperlink
opening the file browser for local files or the internet
browser for remote content
Change-Id: If3de16172e12aa1a3f4acc7504a2b3dd78677c09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113839
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 04fe4131216b..6f332f7112e0 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -167,7 +167,7 @@ private: std::unique_ptr<weld::Button> m_xChangePassBtn; std::unique_ptr<weld::Label> m_xShowTypeFT; - std::unique_ptr<weld::Label> m_xFileValEd; + std::unique_ptr<weld::LinkButton> m_xFileValEd; std::unique_ptr<weld::Label> m_xShowSizeFT; std::unique_ptr<weld::Label> m_xCreateValFt; |