From 2a1162641df6e6119b602cb806836520bedeba45 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 14 Sep 2022 13:16:31 +0200 Subject: Clean up color scheme migration ...avoiding to have code in configmgr that knows about the details of the data stored in the configuration. (See the comments starting at "Migrating product name related color schemes between different versions" for details.) This reverts the dubious changes of 583ea856f2aa227bb04581c5bcdc3a402f5a184f "Migrating product name related color schemes between different versions" in configmgr and offapi. (Also, this moves the computation of sMigratedProductName in MigrationImpl::copyConfig, desktop/source/migration/migration.cxx, to a saner location than in the middle of the "check if the shared registrymodifications.xcu file exists" block where that 583ea856f2aa227bb04581c5bcdc3a402f5a184f had placed it.) (cherry picked from commit: 7f04bb393f830a2983e3e26485bbe217c66006ff) Change-Id: I7ab3d57db19065c7c818e697300a2abd9e7f72bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139963 Tested-by: Jenkins Reviewed-by: Stephan Bergmann Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140020 Tested-by: Thorsten Behrens Reviewed-by: Thorsten Behrens --- offapi/com/sun/star/configuration/XUpdate.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/configuration') diff --git a/offapi/com/sun/star/configuration/XUpdate.idl b/offapi/com/sun/star/configuration/XUpdate.idl index c58cabced7b1..90862b112944 100644 --- a/offapi/com/sun/star/configuration/XUpdate.idl +++ b/offapi/com/sun/star/configuration/XUpdate.idl @@ -40,8 +40,8 @@ interface XUpdate { // argument void insertModificationXcuFile( - [in] string fileUri, [in] string oldProductName, - [in] sequence< string > includedPaths, [in] sequence< string > excludedPaths); + [in] string fileUri, [in] sequence< string > includedPaths, + [in] sequence< string > excludedPaths); }; }; }; }; }; -- cgit