diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-05-01 19:31:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-05-01 19:33:33 +0200 |
commit | 1cb924de8a6f03827ae34aa2d66137b6b5e34112 (patch) | |
tree | 5c60eaff1efb356e5e8d696a83a405361eb817bc | |
parent | d0b3832bedf65d466b37a69036b0b4ba550a849b (diff) |
Update filter README and add a new one.
See http://nabble.documentfoundation.org/About-Svgreader-td4107050.html
Thank you Christina for these information
Change-Id: I56c4f5fdeec91e7e35990bffcf19451baa541552
-rw-r--r-- | filter/README | 2 | ||||
-rw-r--r-- | svgio/README | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/filter/README b/filter/README index 9ebd0fba2a95..85dfb9b2a996 100644 --- a/filter/README +++ b/filter/README @@ -9,3 +9,5 @@ and are loaded and used in a uniform fashion from code in svtools/source/filter/filter.cxx. Others have different API and are loaded from other places. For instance "icgm" has ImportCGM, and is loaded and used by sd/source/filter/cgm/sdcgmfilter.cxx (!). +Svgreader is used for "File->Open" and then to choose the svg file. +For "Insert->Picture->From File", see svgio/source/svgreader directory. diff --git a/svgio/README b/svgio/README new file mode 100644 index 000000000000..722f6c0769b6 --- /dev/null +++ b/svgio/README @@ -0,0 +1 @@ +It contains svgio/source/svgreader which is used for "Insert->Picture->From File". |