diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/backupfilehelper.hxx | 3 | ||||
-rw-r--r-- | include/sal/log-areas.dox | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx index 08572510e4b2..5d3173f28b68 100644 --- a/include/comphelper/backupfilehelper.hxx +++ b/include/comphelper/backupfilehelper.hxx @@ -167,6 +167,9 @@ namespace comphelper static bool isTryDeinstallAllExtensionsPossible(); static void tryDeinstallAllExtensions(); + /// Disables OpenGL and OpenCL + static void tryDisableHWAcceleration(); + /** resets User-Customizations like Settings and UserInterface modifications */ static bool isTryResetCustomizationsPossible(); diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index c69bebabbfc5..a27e77e566a4 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -89,6 +89,7 @@ certain functionality. @section comphelper @li @c comphelper +@li @c comphelper.backupfilehelper @li @c comphelper.container - EmbeddedObjectContainer @section cppu |