summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2022-09-08 16:04:10 +0200
committerBalazs Varga <balazs.varga.extern@allotropia.de>2022-09-13 19:50:00 +0200
commit583ea856f2aa227bb04581c5bcdc3a402f5a184f (patch)
tree8518366a3a9bfd8435cd2748fc771d04f12b33aa /offapi/com/sun
parent5e192fab19e1f51a704a0c690af5343d43b8e724 (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. 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>
Diffstat (limited to 'offapi/com/sun')
-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 0a0f25a2e6dc..8035c9f674ac 100644
--- a/offapi/com/sun/star/configuration/XUpdate.idl
+++ b/offapi/com/sun/star/configuration/XUpdate.idl
@@ -35,8 +35,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);
};
}; }; }; };