summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-23 12:28:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-24 13:17:39 +0200
commitcde00e11db2f273f4027780a4f66e40ec7c598e1 (patch)
tree56b7eb2e7e47ae0ecaee80b6c8b5867312dd22da /include
parente271fce82e16359394fdeb818c2ec25a07532a8d (diff)
use officecfg to retrieve offlinehelppopup
Change-Id: I2441dc1c508ceb4805a98b7e45863bbda4af0b18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119415 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/helpopt.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/helpopt.hxx b/include/svtools/helpopt.hxx
index 8d1479609e0c..803fce3ff0f0 100644
--- a/include/svtools/helpopt.hxx
+++ b/include/svtools/helpopt.hxx
@@ -38,8 +38,6 @@ public:
bool IsExtendedHelp() const;
void SetHelpTips( bool b );
bool IsHelpTips() const;
- void SetOfflineHelpPopUp(bool b);
- bool IsOfflineHelpPopUp() const;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */