summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2022-09-08 16:04:10 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-09-16 08:38:35 +0200
commit3f3d39b3ddcda9d6840552b01e808a7e649e61ef (patch)
treeaa2663cc5ea98364d210f170478b89d8511b6fcd /offapi/com/sun/star/configuration
parentfddacb09116f0e6692e70ffac101322d24ed1297 (diff)
Migrating product name related color schemes between different versions
Making work to migrate product name related color schemes with different kind of product names. For example from a product named by LibreOffice to a product named by LibreOfficeDev. (cherry picked from commit 583ea856f2aa227bb04581c5bcdc3a402f5a184f) Change-Id: Iabef982216f126b781df122ed258816af2ae337c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139690 Tested-by: Jenkins Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139875 Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/XUpdate.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/configuration/XUpdate.idl b/offapi/com/sun/star/configuration/XUpdate.idl
index 90862b112944..c58cabced7b1 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] sequence< string > includedPaths,
- [in] sequence< string > excludedPaths);
+ [in] string fileUri, [in] string oldProductName,
+ [in] sequence< string > includedPaths, [in] sequence< string > excludedPaths);
};
}; }; }; };