From 4cc71fef5a4fd05b2ee2953dd8a297ffffff29a0 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Thu, 20 Sep 2018 17:16:28 +0300 Subject: Use slug instead of name to store Personas Persona names aren't necessarily unique, but the slug is a unique id (also called pretty name) for personas. It can also be directly used to retrieve/reach the original url of an installed persona. Change-Id: Ieb81671a0fd654a727063d00a4f78a3b5cb29cbd Reviewed-on: https://gerrit.libreoffice.org/60821 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 948fddc7cc31..d7c01d389780 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -810,6 +810,11 @@ Stores the details of the installed personas. + + + Unique pretty id of the persona, also part of its url + + The Persona's name -- cgit