From 4a66c7eda6ccde26a42c4e31725248c59940255d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 23 Jul 2019 15:31:05 +0100 Subject: expand LibreLogo check to global events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7f436983ba0eb4b76b02d08ee52626e54b103d5f Reviewed-on: https://gerrit.libreoffice.org/76189 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/sfx2/objsh.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 1658f6db6b26..5b32dfc67eae 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -391,6 +391,8 @@ public: */ bool AdjustMacroMode(); + static bool UnTrustedScript(const OUString& rScriptURL); + SvKeyValueIterator* GetHeaderAttributes(); void ClearHeaderAttributesForSourceViewHack(); void SetHeaderAttributesForSourceViewHack(); -- cgit