summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
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();