filter/README | 2 ++ svgio/README | 1 + 2 files changed, 3 insertions(+)
New commits: commit 1cb924de8a6f03827ae34aa2d66137b6b5e34112 Author: Julien Nabet <[email protected]> Date: Thu May 1 19:31:59 2014 +0200 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 diff --git a/filter/README b/filter/README index 9ebd0fb..85dfb9b 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 0000000..722f6c0 --- /dev/null +++ b/svgio/README @@ -0,0 +1 @@ +It contains svgio/source/svgreader which is used for "Insert->Picture->From File". _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
