summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2024-01-22 13:19:26 +0100
committerBalazs Varga <balazs.varga.extern@allotropia.de>2024-01-24 09:06:39 +0100
commit2c16ea16b305dc546164e28cf6b212ebccc44ec4 (patch)
treeb06f9de584853aba82785e52dfb134d85fd95eef /include/svx
parent0854ec14b04a8b7a7ec9be88e8aa19105eead1a3 (diff)
tdf#159128 UI: Open Security settings option directly
Open Security Option Setting page directly from Security pop up warning infobar. Follow up of 1f440348eb0892fd2c9597806d87b5fe9d60d49a (tdf#157482 UI: Turn Security Warnings popup windows into infobars) Change-Id: Iac116677801bdb13a9680bcfdf532ec3d874ce0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162393 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svxdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 1159c1ee02d9..f775c1099917 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -425,6 +425,8 @@ public:
virtual DialogGetRanges GetDialogGetRangesFunc() = 0;
+ virtual VclPtr<AbstractSecurityOptionsDialog> CreateSvxSecurityOptionsDialog(weld::Window* pParent) override = 0;
+
virtual VclPtr<AbstractScriptSelectorDialog> CreateScriptSelectorDialog(weld::Window* pParent,
const css::uno::Reference< css::frame::XFrame >& rxFrame) override = 0;