From a2baea7faff31d26459dab3668a39eae85e4991b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 11:27:30 +0200 Subject: Adding upstream version 4:24.2.1. Signed-off-by: Daniel Baumann --- include/sfx2/sfxdlg.hxx | 2 ++ include/sfx2/sfxsids.hrc | 1 + 2 files changed, 3 insertions(+) (limited to 'include/sfx2') diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx index 2513bbbb00..31bd0c3108 100644 --- a/include/sfx2/sfxdlg.hxx +++ b/include/sfx2/sfxdlg.hxx @@ -135,6 +135,8 @@ public: virtual VclPtr CreateLinksDialog(weld::Window* pParent, sfx2::LinkManager* pMgr, bool bHTML=false, sfx2::SvBaseLink* p=nullptr) = 0; virtual VclPtr CreateSvxScriptOrgDialog(weld::Window* pParent, const OUString& rLanguage) = 0; + virtual VclPtr CreateSvxSecurityOptionsDialog(weld::Window* pParent) = 0; + virtual VclPtr CreateScriptSelectorDialog(weld::Window* pParent, const css::uno::Reference< css::frame::XFrame >& rxFrame) = 0; diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 3e1775788d..c5479d8368 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -670,6 +670,7 @@ class SvxZoomItem; #define SID_BASICIDE_WATCH TypedWhichId( SID_BASICIDE_START + 55 ) #define SID_BASICIDE_STACK TypedWhichId( SID_BASICIDE_START + 56 ) #define SID_OPTIONS_TREEDIALOG ( SID_BASICIDE_START + 862) +#define SID_OPTIONS_SECURITY ( SID_BASICIDE_START + 863) // SlotIds for Apps -------------------------------------------------------- #define FN_PARAM (SID_SW_START + 1100) -- cgit v1.2.3