diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-18 14:03:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-18 21:22:35 +0200 |
commit | 1f42157e2457e30a7f18fdf9d7bb5bddfb819f04 (patch) | |
tree | 83a16b5eed4a8eaf419f3ae68612bbe70a3c75e1 /include/sfx2 | |
parent | c1cd505c67a53a0a27589889b34641612d10946d (diff) |
tdf#143353 defer tip of the day until impress template dialog is gone
wait until that dialog is dismissed before showing the tip dialog
Change-Id: Id0e7e28f09c5a9727e10eda55e468adb56bfda70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120675
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/app.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index d15d0645a40a..5e86df8a019b 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -218,6 +218,12 @@ public: /** loads the application logo as used in the impress slideshow pause screen */ static BitmapEx GetApplicationLogo(tools::Long nWidth); + /** if true then dialog/infobar notifications like the tip of the day or + version change infobar should be suppressed */ + static bool IsHeadlessOrUITest(); + + static bool IsTipOfTheDayDue(); + /** this Theme contains Images so must be deleted before DeInitVCL */ sfx2::sidebar::Theme & GetSidebarTheme(); }; |