summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/README2
-rw-r--r--svgio/README1
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".