From 05aa784ed9891a1299f8c2328faee9c62050851a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 7 Aug 2017 22:44:03 +0200 Subject: [PATCH] Drop configuration remains of oooimprovement It was dropped in 2011: https://cgit.freedesktop.org/libreoffice/core/commit/?id=bd7f8380113b0cbe706d131b33e7551b2c484205 Change-Id: Ibb9a0860ca9c256177987683ee33828c2c0bad1d Reviewed-on: https://gerrit.libreoffice.org/40858 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- officecfg/files.mk | 1 - .../schema/org/openoffice/Office/Logging.xcs | 26 ---- .../Office/OOoImprovement/Settings.xcs | 115 ------------------ postprocess/CustomTarget_registry.mk | 1 - 4 files changed, 143 deletions(-) delete mode 100644 officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs diff --git a/officecfg/files.mk b/officecfg/files.mk index ef53818c427a..1e364ade8c98 100644 --- a/officecfg/files.mk +++ b/officecfg/files.mk @@ -37,7 +37,6 @@ officecfg_XCSFILES := \ Office/Linguistic \ Office/Logging \ Office/Math \ - Office/OOoImprovement/Settings \ Office/OptionsDialog \ Office/Paths \ Office/PresentationMinimizer \ diff --git a/officecfg/registry/schema/org/openoffice/Office/Logging.xcs b/officecfg/registry/schema/org/openoffice/Office/Logging.xcs index 580135909f80..a5ec755ea256 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Logging.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Logging.xcs @@ -81,32 +81,6 @@ - - - specifies settings for the logging of userinterface events. - - - - only if this is true, usage tracking is allowed and its options will be shown - - - false - - - - directory where the logs will get saved - - - $(user)/temp/Feedback - - - - idle time in minutes. If two log event are separated by a longer - time, the log will be rotated. - - 180 - - contains the settings for all known loggers in OpenOffice.org. diff --git a/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs b/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs deleted file mode 100644 index e328cada2ddd..000000000000 --- a/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs +++ /dev/null @@ -1,115 +0,0 @@ - - - - - Contains preferences for the OpenOffice.org Improvement Program components. - - - - - - invitations to usage tracking etc. - - - - the number of starts that will be skipped before the user will get invited to the - OpenOffice.org Improvement Program. If this is zero the user will get asked. - - - 1 - - - - true, if the user accepted the invitation. - - false - - - - true, if the user was already invited. - - false - - - - true, if the extension is prebundled - is set by an onFirstRunInitialization job. - (currently not implemented) - - false - - - - the url where additional information can be found. - - http://wiki.documentfoundation.org/UX/LibreOffice_User_Feedback_Program - - - - - counts of recorded events, uploaded reports etc. - - - - the number of reports uploaded. - - 0 - - - - the number of events in zipped or already uploaded report. - - 0 - - - - the number of failed upload tries. - - 0 - - - - - settings on destination for uploading reports - - - - the url where reports get send to. - - http://report.libreoffice.org:80/soap/servlet/rpcrouter - - - - Additions to the SoapId for automated testing - DO NOT SET THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING! - - - - - - - The Emailaddress to fill out in the reportmail.xml file. - DO NOT SET THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING! - Its only purpose is testing and quality assurance. - - - - - - - diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 9ddb084a6ae7..125ce505c18e 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -152,7 +152,6 @@ postprocess_FILES_main := \ $(postprocess_XCS)/Office/Linguistic.xcs \ $(postprocess_XCS)/Office/Logging.xcs \ $(postprocess_XCS)/Office/Math.xcs \ - $(postprocess_XCS)/Office/OOoImprovement/Settings.xcs \ $(postprocess_XCS)/Office/OptionsDialog.xcs \ $(postprocess_XCS)/Office/Paths.xcs \ $(postprocess_XCS)/Office/ProtocolHandler.xcs \