diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-11-28 15:06:59 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-08 14:28:04 +0100 |
commit | d701a0e9ccf6256e229bafeb4e62b3f04300840d (patch) | |
tree | 38144573360bcf61b3c55ed9bbb6e208d0f3194a /postprocess | |
parent | 3e6ae8428a2d9da28c392c58bf8b3b15738088ff (diff) |
Stub Corel Draw importer
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 02d871be6f81..c1ec972a52f4 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -131,6 +131,7 @@ my_components = \ component/writerperfect/util/visiofilter \ component/writerperfect/util/wpft \ component/writerperfect/util/wpgfilter \ + component/writerperfect/util/cdrfilter \ component/xmloff/source/transform/xof \ component/xmloff/util/xo \ component/xmlscript/util/xcr \ |