summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-06-13 15:03:51 +0200
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-06-13 20:55:11 +0200
commit2b250d2dbfa907a2eb571c5c4cb36b00c908bdc6 (patch)
tree0a72ecd1ab3b6dedb0c75dced5887bc2607e1ed0 /include
parent902541d805c7de0c2f10b1c9ed5520a1e6ce5d12 (diff)
Let LinkManager::UpdateAllLinks honor isUntrustedReferer
Change-Id: I3714061376afaf1186e4f7cfe5b28bfb54aa7a99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168789 Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/linkmgr.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx
index af6be44f58b1..1af8e7263197 100644
--- a/include/sfx2/linkmgr.hxx
+++ b/include/sfx2/linkmgr.hxx
@@ -130,7 +130,8 @@ public:
void UpdateAllLinks(bool bAskUpdate,
bool bUpdateGrfLinks,
- weld::Window* pParentWin);
+ weld::Window* pParentWin,
+ OUString const & referer);
// Call for list of links (eg for link-dialog)
const SvBaseLinks& GetLinks() const { return aLinkTbl; }