From 860a82766f2c6d4fad340bf6ab283a7cd22a1fd5 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 5 Jul 2016 08:56:15 +0000 Subject: Remove last traces of First Start Wizard Change-Id: Idf7171ecfd90edf47fb29d44b8036578a2e6ad61 Reviewed-on: https://gerrit.libreoffice.org/26935 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- officecfg/Configuration_officecfg.mk | 1 - officecfg/files.mk | 1 - .../data/org/openoffice/FirstStartWizard.xcu | 47 ------------------- .../schema/org/openoffice/FirstStartWizard.xcs | 54 ---------------------- 4 files changed, 103 deletions(-) delete mode 100644 officecfg/registry/data/org/openoffice/FirstStartWizard.xcu delete mode 100644 officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs (limited to 'officecfg') diff --git a/officecfg/Configuration_officecfg.mk b/officecfg/Configuration_officecfg.mk index 1768f4e425a8..01741a5efdb7 100644 --- a/officecfg/Configuration_officecfg.mk +++ b/officecfg/Configuration_officecfg.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\ org/openoffice/System.xcu \ org/openoffice/UserProfile.xcu \ org/openoffice/VCL.xcu \ - org/openoffice/FirstStartWizard.xcu \ org/openoffice/Interaction.xcu \ org/openoffice/Office/Calc.xcu \ org/openoffice/Office/BasicIDE.xcu \ diff --git a/officecfg/files.mk b/officecfg/files.mk index 904f4b70a250..69d0cf1e0a9f 100644 --- a/officecfg/files.mk +++ b/officecfg/files.mk @@ -7,7 +7,6 @@ # officecfg_XCSFILES := \ - FirstStartWizard \ Inet \ Interaction \ LDAP \ diff --git a/officecfg/registry/data/org/openoffice/FirstStartWizard.xcu b/officecfg/registry/data/org/openoffice/FirstStartWizard.xcu deleted file mode 100644 index 8070d449914f..000000000000 --- a/officecfg/registry/data/org/openoffice/FirstStartWizard.xcu +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - true - - - - - true - - - - - true - - - - - true - - - - - - diff --git a/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs b/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs deleted file mode 100644 index 3f3fb5ee9f01..000000000000 --- a/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - Contains properties regarding the first start wizard. - - - - - Describes properties of a wizard tab page option. - - - - Determine if an option is visible or not. - - true - - - - - - - Contains properties for the various first start wizard tab pages. - - - - Specifies properties of the registration tab page. - - - - Specifies radio button properties of the registration tab page. - - - - - - -- cgit