extras/source/autotext/lang/ro/acor/META-INF/manifest.xml | 16 +++++++------- 1 file changed, 8 insertions(+), 8 deletions(-)
New commits: commit 0baf8dc83c375462a25f5e6f1f005f0588f9db55 Author: Nagy Akos <[email protected]> Date: Thu Jun 27 12:11:59 2013 +0300 Add Romanian auto correct words. Follow-up commit to fix wrong namepace Change-Id: I035e176f81770e9cc628a4e36d8ce1c93a9c0242 diff --git a/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml b/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml index 11a66a8..4ed39a4 100644 --- a/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml +++ b/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<manifest:manifest> - <manifest:file-entry manifest:media-type="" manifest:full-path="/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="META-INF/"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="DocumentList.xml"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="WordExceptList.xml"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="SentenceExceptList.xml"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="BlockList.xml"/> -</manifest:manifest> \ No newline at end of file +<manifest> + <file-entry media-type="" full-path="/"/> + <file-entry media-type="" full-path="META-INF/"/> + <file-entry media-type="text/xml" full-path="DocumentList.xml"/> + <file-entry media-type="text/xml" full-path="WordExceptList.xml"/> + <file-entry media-type="text/xml" full-path="SentenceExceptList.xml"/> + <file-entry media-type="text/xml" full-path="BlockList.xml"/> +</manifest> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
