sv_SE/dictionaries.xcu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3752c691cc13fa7b2dcee85ee9ba8dbeb8356e7b Author: Julien Nabet <[email protected]> AuthorDate: Sat Jul 4 16:58:05 2026 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Sat Jul 4 18:56:30 2026 +0200 Fix regression from 44f958e5773b8701b64af9aaba0c728d2418542b Without this patch, I got: warn:lingucomponent:126146:126146:lingucomponent/source/spellcheck/spell/sspellimp.cxx:172: missing <file:///home/julien/lo/libreoffice/instdir/program/../share/extensions/dict-sv/dictionaries/sv_SE.aff> warn:lingucomponent:126146:126146:lingucomponent/source/spellcheck/spell/sspellimp.cxx:172: missing <file:///home/julien/lo/libreoffice/instdir/program/../share/extensions/dict-sv/dictionaries/sv_FI.aff> Change-Id: Ifa5dfbc2f795a5386d675165d5180b46f8b4fd61 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207613 Reviewed-by: Xisco Fauli <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Tested-by: Xisco Fauli <[email protected]> (cherry picked from commit 25d7793000bc9a149de365e170b67fe255769000) Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207617 diff --git a/sv_SE/dictionaries.xcu b/sv_SE/dictionaries.xcu index 06fb14e..f24d2c6 100644 --- a/sv_SE/dictionaries.xcu +++ b/sv_SE/dictionaries.xcu @@ -4,7 +4,7 @@ <node oor:name="Dictionaries"> <node oor:name="HunSpellDic_sv" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <value>%origin%/dictionaries/sv_SE.aff %origin%/dictionaries/sv_SE.dic</value> + <value>%origin%/sv_SE.aff %origin%/sv_SE.dic</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_SPELL</value> @@ -15,7 +15,7 @@ </node> <node oor:name="HunSpellDic_sv_FI" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <value>%origin%/dictionaries/sv_FI.aff %origin%/dictionaries/sv_FI.dic</value> + <value>%origin%/sv_FI.aff %origin%/sv_FI.dic</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_SPELL</value>
