summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-12-23 17:46:48 +0000
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-08 14:24:17 +0100
commit242119f8cdf0743afd96a5c467c81adace9a8c40 (patch)
tree7950b3edf0fbfcd3654d92ad0b542f9b27c138ae /include
parenteee044b76a2c4ef515475004a550dbd11635e5df (diff)
tdf#122273 modal dialog on modeless dialog needs special handling
Change-Id: Idb5111b3f795f55c4b5644b5bcc6145106ff1392 Reviewed-on: https://gerrit.libreoffice.org/65584 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sfxhelp.hxx2
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();