This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch windows-amd64 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 2e02c9d308f5dd558d4b93442d2cdf3117ad7d7e Author: Damjan Jovanovic <dam...@apache.org> AuthorDate: Sun Jan 12 13:46:39 2025 +0200 Update the list of .xcs/.xcu files since the build file was written. Patch by: me --- main/officecfg/Configuration_officecfg.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main/officecfg/Configuration_officecfg.mk b/main/officecfg/Configuration_officecfg.mk index 51f61d9aa1..2b596256ea 100644 --- a/main/officecfg/Configuration_officecfg.mk +++ b/main/officecfg/Configuration_officecfg.mk @@ -41,6 +41,7 @@ $(call gb_Configuration_add_schemas,registry,officecfg/registry/schema,\ org/openoffice/Office/Draw.xcs \ org/openoffice/Office/Events.xcs \ org/openoffice/Office/Embedding.xcs \ + org/openoffice/Office/ExtensionDependencies.xcs \ org/openoffice/Office/ExtensionManager.xcs \ org/openoffice/Office/Impress.xcs \ org/openoffice/Office/Java.xcs \ @@ -50,6 +51,7 @@ $(call gb_Configuration_add_schemas,registry,officecfg/registry/schema,\ org/openoffice/Office/Logging.xcs \ org/openoffice/Office/Math.xcs \ org/openoffice/Office/OptionsDialog.xcs \ + org/openoffice/Office/PresenterScreen.xcs \ org/openoffice/Office/ProtocolHandler.xcs \ org/openoffice/Office/SFX.xcs \ org/openoffice/Office/Substitution.xcs \ @@ -84,6 +86,7 @@ $(call gb_Configuration_add_schemas,registry,officecfg/registry/schema,\ org/openoffice/Office/UI/DrawImpressCommands.xcs \ org/openoffice/Office/UI/GenericCommands.xcs \ org/openoffice/Office/UI/MathCommands.xcs \ + org/openoffice/Office/UI/Sidebar.xcs \ org/openoffice/Office/UI/StartModuleCommands.xcs \ org/openoffice/Office/UI/WriterCommands.xcs \ org/openoffice/Office/UI/WindowState.xcs \ @@ -130,6 +133,7 @@ $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\ org/openoffice/Office/Calc.xcu \ org/openoffice/Office/Canvas.xcu \ org/openoffice/Office/Compatibility.xcu \ + org/openoffice/Office/ExtensionDependencies.xcu \ org/openoffice/Office/ExtensionManager.xcu \ org/openoffice/Office/Impress.xcu \ org/openoffice/Office/Jobs.xcu \ @@ -137,6 +141,7 @@ $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\ org/openoffice/Office/Linguistic.xcu \ org/openoffice/Office/Logging.xcu \ org/openoffice/Office/Math.xcu \ + org/openoffice/Office/PresenterScreen.xcu \ org/openoffice/Office/ProtocolHandler.xcu \ org/openoffice/Office/Security.xcu \ org/openoffice/Office/Scripting.xcu \ @@ -226,6 +231,7 @@ $(call gb_Configuration_add_localized_datas,registry,officecfg/registry/data,\ org/openoffice/Office/Embedding.xcu \ org/openoffice/Office/WebWizard.xcu \ org/openoffice/Office/FormWizard.xcu \ + org/openoffice/Office/PresenterScreen.xcu \ org/openoffice/Office/Writer.xcu \ org/openoffice/Office/UI/BasicIDECommands.xcu \ org/openoffice/Office/UI/BibliographyCommands.xcu \ @@ -251,6 +257,7 @@ $(call gb_Configuration_add_localized_datas,registry,officecfg/registry/data,\ org/openoffice/Office/UI/DrawWindowState.xcu \ org/openoffice/Office/UI/ImpressWindowState.xcu \ org/openoffice/Office/UI/MathWindowState.xcu \ + org/openoffice/Office/UI/Sidebar.xcu \ org/openoffice/Office/UI/StartModuleWindowState.xcu \ org/openoffice/Office/UI/WriterWindowState.xcu \ org/openoffice/Office/UI/XFormsWindowState.xcu \