diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-12-23 17:46:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-09 11:50:16 +0100 |
commit | 096b455583aa23d554cd05b1fac8909b7e10e355 (patch) | |
tree | 9c96d1be665e765c59ff9dc246bd210435a43672 /include | |
parent | 47faab780f2a099715a95ce6f3c5228f0fe0c599 (diff) |
tdf#122273 modal dialog on modeless dialog needs special handling
Change-Id: Idb5111b3f795f55c4b5644b5bcc6145106ff1392
Reviewed-on: https://gerrit.libreoffice.org/65583
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxhelp.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx index d7afeb2b9af0..eaee5346b30e 100644 --- a/include/sfx2/sfxhelp.hxx +++ b/include/sfx2/sfxhelp.hxx @@ -40,6 +40,8 @@ private: SAL_DLLPRIVATE virtual bool Start(const OUString& rURL, weld::Widget* pWidget) override; SAL_DLLPRIVATE static OUString GetHelpModuleName_Impl(const OUString &rHelpId); SAL_DLLPRIVATE static OUString CreateHelpURL_Impl( const OUString& aCommandURL, const OUString& rModuleName ); + SAL_DLLPRIVATE static void incBusy(const vcl::Window* pParent); + SAL_DLLPRIVATE static void decBusy(const vcl::Window* pParent); public: SfxHelp(); |