diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/gconfbe/gconfaccess.cxx | 16 | ||||
-rw-r--r-- | shell/source/backends/gconfbe/gconfaccess.hxx | 2 |
2 files changed, 0 insertions, 18 deletions
diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx index 371b76603043..1b30545fc840 100644 --- a/shell/source/backends/gconfbe/gconfaccess.cxx +++ b/shell/source/backends/gconfbe/gconfaccess.cxx @@ -700,22 +700,6 @@ ConfigurationValue const ConfigurationValues[] = }, { - SETTING_ENABLE_OPENGL, - "/apps/openoffice/use_opengl", - RTL_CONSTASCII_STRINGPARAM("OpenGL"), - false, - SETTINGS_LAST - }, - - { - SETTING_OPTIMIZE_OPENGL, - "/apps/openoffice/optimize_opengl", - RTL_CONSTASCII_STRINGPARAM("OpenGL_Faster"), - false, - SETTINGS_LAST - }, - - { SETTING_USE_SYSTEM_FONT, "/apps/openoffice/use_system_font", RTL_CONSTASCII_STRINGPARAM("AccessibilityIsSystemFont"), diff --git a/shell/source/backends/gconfbe/gconfaccess.hxx b/shell/source/backends/gconfbe/gconfaccess.hxx index 699c4869e29b..bad128df9b67 100644 --- a/shell/source/backends/gconfbe/gconfaccess.hxx +++ b/shell/source/backends/gconfbe/gconfaccess.hxx @@ -62,8 +62,6 @@ enum ConfigurationSetting SETTING_SHOW_INACTIVE_MENUITEMS, SETTING_SHOW_FONT_PREVIEW, SETTING_SHOW_FONT_HISTORY, - SETTING_ENABLE_OPENGL, - SETTING_OPTIMIZE_OPENGL, SETTING_SAVE_DOCUMENT_WINDOWS, SETTING_SAVE_DOCUMENT_VIEW_INFO, SETTING_USE_SYSTEM_FONT, |