diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-12-06 17:23:27 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-12-06 20:05:13 +0000 |
commit | a3597a3f370175d0c06887e6691cbfa045937ad4 (patch) | |
tree | c0fbb7e0d80c4cb0423c8a85e706cc1c52f90ed5 /include/comphelper | |
parent | 9da0627254ca31f768740a7b6012ca85d925fb30 (diff) |
SafeModeDialog: Rename to match reality
This doesn't remove shared&bundled extensions, but resets the registration
database from shared extensions.
Change-Id: I9f198fc7b771fd3bd31547008fd8d006a6d1b5d5
Reviewed-on: https://gerrit.libreoffice.org/31693
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.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx index d11208a00572..5870f24daa94 100644 --- a/include/comphelper/backupfilehelper.hxx +++ b/include/comphelper/backupfilehelper.hxx @@ -164,8 +164,8 @@ namespace comphelper /** Deinstall all Extensions (user|shared|bundled) */ - static bool isTryDeinstallAllExtensionsPossible(); - static void tryDeinstallAllExtensions(); + static bool isTryResetSharedExtensionsPossible(); + static void tryResetSharedExtensions(); /// Disables OpenGL and OpenCL static void tryDisableHWAcceleration(); |