summaryrefslogtreecommitdiff
path: root/include/svtools/helpopt.hxx
diff options
context:
space:
mode:
authorNickson Thanda <nicksonthanda10@msn.com>2018-06-03 22:35:14 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-06-11 14:49:47 +0200
commit175a1d13adce55bb4411209736bb332aab990f9c (patch)
treee32279c8f201beacba2133d187482efdd36a2bf1 /include/svtools/helpopt.hxx
parent7ed40b1885868720ece6e702afa2d002614484c1 (diff)
tdf#114875 Added an option to not show "No offline help installed" popup
Change-Id: I8067c0c374af57f5ad8e6f5fffd3a9783521824f Reviewed-on: https://gerrit.libreoffice.org/55254 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/svtools/helpopt.hxx')
-rw-r--r--include/svtools/helpopt.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/helpopt.hxx b/include/svtools/helpopt.hxx
index 6d55ad0b00b3..07ad90c1c191 100644
--- a/include/svtools/helpopt.hxx
+++ b/include/svtools/helpopt.hxx
@@ -40,6 +40,8 @@ public:
bool IsExtendedHelp() const;
void SetHelpTips( bool b );
bool IsHelpTips() const;
+ void SetOfflineHelpPopUp(bool b);
+ bool IsOfflineHelpPopUp() const;
const OUString& GetHelpStyleSheet()const;
void SetHelpStyleSheet(const OUString& rStyleSheet);