[Libreoffice-commits] dictionaries.git: ca/description.xml ca/dictionaries.xcu

Caolán McNamara caolanm at redhat.com
Fri Jun 27 03:55:33 PDT 2014


 ca/description.xml  |    2 +-
 ca/dictionaries.xcu |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit b310c7910565cb1a4beea309ce404bb533ac6f44
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jun 27 11:54:16 2014 +0100

    Resolves: fdo#79012 wrong path to dictionaries
    
    Change-Id: Ie865a386dc537947f85130b036bbadcc0ef19a60

diff --git a/ca/description.xml b/ca/description.xml
index 34f4116..00d2c99 100644
--- a/ca/description.xml
+++ b/ca/description.xml
@@ -19,7 +19,7 @@
     <!-- The version of your extension. NOT the one of OpenOffice.org...
          It will also be used to automatically check if there are updates for this
          extension available. Newer versions should have higher values. -->
-    <version value="2.5.1" />
+    <version value="2.5.1.1" />
 
     <!-- A unique identifier for your extension.
         In order to avoid name clashes with other extensions it should probably hold
diff --git a/ca/dictionaries.xcu b/ca/dictionaries.xcu
index 4dba211..2939195 100644
--- a/ca/dictionaries.xcu
+++ b/ca/dictionaries.xcu
@@ -4,7 +4,7 @@
     <node oor:name="Dictionaries">
         <node oor:name="HunSpellDic_catalan_general" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/ca.aff %origin%/dictionaries/ca.dic</value>
+                <value>%origin%/ca.aff %origin%/ca.dic</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_SPELL</value>
@@ -15,7 +15,7 @@
         </node>
         <node oor:name="HunSpellDic_catalan_valencia" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/ca-valencia.aff %origin%/dictionaries/ca-valencia.dic</value>
+                <value>%origin%/ca-valencia.aff %origin%/ca-valencia.dic</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_SPELL</value>
@@ -28,7 +28,7 @@
 
         <node oor:name="hyph_ca_ANY" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/hyph_ca.dic</value>
+                <value>%origin%/hyph_ca.dic</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_HYPH</value></prop>
@@ -38,7 +38,7 @@
         </node>
         <node oor:name="ThesDic_ca-ES" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/th_ca_ES_v3.dat %origin%/dictionaries/th_ca_ES_v3.idx</value>
+                <value>%origin%/th_ca_ES_v3.dat %origin%/th_ca_ES_v3.idx</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_THES</value>


More information about the Libreoffice-commits mailing list