From 89c47e4a3d967873e3f495e4e8dfe0016af8014a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 30 Oct 2014 01:40:53 +0100 Subject: that stuff seems to be totally unused Change-Id: Ice7bc99fc5f3d26ced1b7cd5a1dbf29b0e635471 --- .../registry/data/org/openoffice/Office/Common.xcu | 8 --- officecfg/registry/data/org/openoffice/Setup.xcu | 2 - .../schema/org/openoffice/Office/Common.xcs | 57 ---------------------- 3 files changed, 67 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 407be356e0a1..6cd4e22da7a8 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -690,12 +690,4 @@ - - - - - - - - diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 51ff7c01be99..9b17125b66f1 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -912,12 +912,10 @@ /org.openoffice.Office.Common/View/FontAntiAliasing /org.openoffice.Office.Common/View/Localization /org.openoffice.Office.Common/View/Menu - /org.openoffice.Office.Common/_3D_Engine - /org.openoffice.Office.Common/_3D_Engine/OpenGL /org.openoffice.Office.Common/Help/Registration diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 9e72795692eb..166a1068dc11 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -897,63 +897,6 @@ - - - Specifies settings for the 3D engine. - - - - - - - Specifies if dithering is used to display more colors with few - colors available. - - - true - - - - - - - Specifies if 3D graphics from Draw and Impress will be displayed - on the user's system using an OpenGL capable hardware. If the system - does not have an OpenGL capable hardware, this setting will be - ignored. The 3D display is always done per software. - - - false - - - - - - - Specifies whether all geometry data will be simultaneously - transferred in an array to the graphic driver. Not every graphic - driver correctly supports this OpenGL capability. For this reason, - this option can be deactivated in case of presentation errors of 3D - output. All geometry data will be then transferred as single - components. This option is only available if OpenGL is used, otherwise - it is disabled. - - - true - - - - - - - Specifies interaction with full display. If a 3-D object is - rotated or moved, the full display is rotated or moved and not a grid - frame. - - - false - - Contains settings related to dictionaries. -- cgit