summaryrefslogtreecommitdiffstats
path: root/filter/README
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-04-15 09:11:46 -0400
committerPeter Foley <pefoley2@verizon.net>2013-04-15 09:12:08 -0400
commiteacf12eeb174e35a301570726bf74434a4dd4b94 (patch)
treeb949387be30dfac602a1d1693835a4a918c30db2 /filter/README
parentprefix all component_getFactory methods (diff)
downloadcore-eacf12eeb174e35a301570726bf74434a4dd4b94.tar.gz
core-eacf12eeb174e35a301570726bf74434a4dd4b94.zip
properly prefix graphic filter methods
Change-Id: I1d14e2330447e446ab35832d03220c71ee326866
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 9ebd0fba2a95..68f398975ab1 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
-svtools/source/filter/filter.cxx. Others have different API and are
+vcl/source/filter/graphicfilter.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 (!).