diff options
author | Andras Timar <atimar@suse.com> | 2011-10-31 13:23:36 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-10-31 15:25:19 +0100 |
commit | 3c3f1e3959ccfbd6427ae6610daa4c961559ba69 (patch) | |
tree | f603de6c148851b8274a4b1f0b23016901a46d6e /sdext/source/pdfimport/config | |
parent | c8278a72b36adfd7f0a44dbedc558961dfd0dd24 (diff) |
enable localization of extension descriptions in sdext
Diffstat (limited to 'sdext/source/pdfimport/config')
-rw-r--r-- | sdext/source/pdfimport/config/component.txt | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/config/description.xml | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sdext/source/pdfimport/config/component.txt b/sdext/source/pdfimport/config/component.txt deleted file mode 100644 index 969581ef2fbf..000000000000 --- a/sdext/source/pdfimport/config/component.txt +++ /dev/null @@ -1 +0,0 @@ -The PDF Import Extension allows you to import and modify PDF documents. Best results with 100% layout accuracy can be achieved with the "PDF/ODF hybrid file" format, which this extension also enables. A hybrid PDF/ODF file is a PDF file that contains an embedded ODF source file. Hybrid PDF/ODF files will be opened in OpenOffice.org as an ODF file without any layout changes. diff --git a/sdext/source/pdfimport/config/description.xml b/sdext/source/pdfimport/config/description.xml deleted file mode 100644 index ac0d50286cab..000000000000 --- a/sdext/source/pdfimport/config/description.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<description - - xmlns="http://openoffice.org/extensions/description/2006" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:dep="http://openoffice.org/extensions/description/2006"> - <identifier value="UPDATED_IDENTIFIER" /> - - <dependencies> - <OpenOffice.org-minimal-version value="3.0" dep:name="OpenOffice.org 3.0"/> - </dependencies> - - <version value="1.0.5" /> - - <platform value="UPDATED_SUPPORTED_PLATFORM" /> - - <publisher> - <name xlink:href="http://www.documentfoundation.org" lang="en-US">The Document Foundation</name> - </publisher> - - <display-name> - <name lang="en-US">PDF Import</name> - </display-name> - - <icon> - <default xlink:href="images/extension_32.png" /> - </icon> - - <extension-description> - <src xlink:href="component.txt" lang="en-US" /> - </extension-description> - -</description> |