Kaydet (Commit) 860a8276 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Remove last traces of First Start Wizard

Change-Id: Idf7171ecfd90edf47fb29d44b8036578a2e6ad61
Reviewed-on: https://gerrit.libreoffice.org/26935Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 499f6f49
......@@ -657,7 +657,7 @@ ${MYCMD} --files mysqlc/source/DataAccess.xcu
${MYCMD} --files mysqlc/source/registry/data/org/openoffice/Office/DataAccess/Drivers.xcu
${MYCMD} --base officecfg/registry/data/org/openoffice --files FirstStartWizard.xcu Inet.xcu Interaction.xcu
${MYCMD} --base officecfg/registry/data/org/openoffice --files Inet.xcu Interaction.xcu
${MYCMD} --base officecfg/registry/data/org/openoffice/Office --files Accelerators.xcu Addons.xcu BasicIDE.xcu Calc.xcu Canvas.xcu Common.xcu Compatibility.xcu DataAccess.xcu Embedding.xcu ExtendedColorScheme.xcu ExtensionDependencies.xcu ExtensionManager.xcu FormWizard.xcu Histories.xcu Impress.xcu Jobs.xcu Linguistic.xcu Logging.xcu Math.xcu Paths.xcu PresentationMinimizer.xcu PresenterScreen.xcu ProtocolHandler.xcu Recovery.xcu ReportDesign.xcu Scripting.xcu Security.xcu TableWizard.xcu TypeDetection.xcu
......
......@@ -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 \
......
......@@ -7,7 +7,6 @@
#
officecfg_XCSFILES := \
FirstStartWizard \
Inet \
Interaction \
LDAP \
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-data SYSTEM "../../../component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffice.org/2004/installation" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="FirstStartWizard" oor:package="org.openoffice">
<node oor:name="TabPages">
<node oor:name="Registration">
<node oor:name="RegistrationOptions">
<node oor:name="NowButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="LaterButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="NeverButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="AlreadyRegisteredButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>
<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US">
<info>
<desc>Contains properties regarding the first start wizard.</desc>
</info>
<templates>
<group oor:name="Option">
<info>
<desc>Describes properties of a wizard tab page option.</desc>
</info>
<prop oor:name="Visible" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Determine if an option is visible or not.</desc>
</info>
<value>true</value>
</prop>
</group>
</templates>
<component>
<group oor:name="TabPages">
<info>
<desc>Contains properties for the various first start wizard tab pages.</desc>
</info>
<group oor:name="Registration">
<info>
<desc>Specifies properties of the registration tab page.</desc>
</info>
<set oor:name="RegistrationOptions" oor:node-type="Option">
<info>
<desc>Specifies radio button properties of the registration tab page.</desc>
</info>
</set>
</group>
</group>
</component>
</oor:component-schema>
......@@ -122,7 +122,6 @@ postprocess_FILES_lingucomponent := \
$(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu \
postprocess_FILES_main := \
$(postprocess_XCS)/FirstStartWizard.xcs \
$(postprocess_XCS)/Inet.xcs \
$(postprocess_XCS)/Interaction.xcs \
$(postprocess_XCS)/LDAP.xcs \
......@@ -208,7 +207,6 @@ postprocess_FILES_main := \
$(postprocess_XCS)/ucb/Hierarchy.xcs \
$(postprocess_XCS)/ucb/InteractionHandler.xcs \
$(postprocess_XCS)/ucb/Store.xcs \
$(postprocess_XCU)/FirstStartWizard.xcu \
$(postprocess_XCU)/Inet.xcu \
$(postprocess_XCU)/Interaction.xcu \
$(postprocess_XCU)/Office/Accelerators.xcu \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment