summaryrefslogtreecommitdiff
path: root/filter/README
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-05-06 14:27:03 -0400
committerPeter Foley <pefoley2@verizon.net>2013-05-06 14:27:03 -0400
commit38e95dc334047dfb9a7ae959deda4e4d2f39b3bf (patch)
tree620dac7d724a06aad05bdd6403cafac1b31855fb /filter/README
parent37690fe74c4c585564c67c1ff7b8be353cf68033 (diff)
Revert "properly prefix graphic filter methods"
This reverts commit eacf12eeb174e35a301570726bf74434a4dd4b94. Appears to be broken. Conflicts: vcl/source/filter/graphicfilter.cxx Change-Id: I9ae3fbac2e7e9d08484c063cdb10e080ca89def2
Diffstat (limited to 'filter/README')
-rw-r--r--filter/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/README b/filter/README
index 68f398975ab1..9ebd0fba2a95 100644
--- a/filter/README
+++ b/filter/README
@@ -6,6 +6,6 @@ the code in each subdirectory of filter/source/graphicfilter are
graphic format import or export filters. But they don't have uniform
API. Some have either an GraphicImport or GraphicExport entry point,
and are loaded and used in a uniform fashion from code in
-vcl/source/filter/graphicfilter.cxx. Others have different API and are
+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 (!).