summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-12-06 18:31:07 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-12-06 20:09:22 +0000
commit4a4c4d3768eab66c14e9e444e33bca0acb60981e (patch)
treead3e8095b84aae671a1a6e4d308744a913b8e7bc /include/comphelper
parentSafeModeDialog: Rename to match reality (diff)
downloadcore-4a4c4d3768eab66c14e9e444e33bca0acb60981e.tar.gz
core-4a4c4d3768eab66c14e9e444e33bca0acb60981e.zip
SafeModeDialog: Add option to reset bundled extension registration
Change-Id: Ic83ada7cc76142852643cefa60b4fc9286e0756a Reviewed-on: https://gerrit.libreoffice.org/31694 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/backupfilehelper.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx
index 5870f24daa94..68835b866452 100644
--- a/include/comphelper/backupfilehelper.hxx
+++ b/include/comphelper/backupfilehelper.hxx
@@ -162,11 +162,16 @@ namespace comphelper
static bool isTryDeinstallUserExtensionsPossible();
static void tryDeinstallUserExtensions();
- /** Deinstall all Extensions (user|shared|bundled)
+ /** Reset shared Extensions
*/
static bool isTryResetSharedExtensionsPossible();
static void tryResetSharedExtensions();
+ /** Reset bundled Extensions
+ */
+ static bool isTryResetBundledExtensionsPossible();
+ static void tryResetBundledExtensions();
+
/// Disables OpenGL and OpenCL
static void tryDisableHWAcceleration();