diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-03 10:02:58 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-03 10:11:16 +0100 |
commit | 0cdd8a4f17a80b55c54c1f287c1f10bd7fa4307c (patch) | |
tree | 7acc581cf167628e619889abf752d3d98926a3b5 /writerperfect | |
parent | b253d44327d659b014a2b5adefa5e207aa6d11e7 (diff) |
add config. for formats newly supported by libmwaw
Change-Id: I19cc5b13adf1c0d8cf26abbc9f4254ae89a970fc
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/writer/MWAWImportFilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/writer/MWAWImportFilter.cxx b/writerperfect/source/writer/MWAWImportFilter.cxx index 11d6cd8dbbf1..7cfe4ab83b57 100644 --- a/writerperfect/source/writer/MWAWImportFilter.cxx +++ b/writerperfect/source/writer/MWAWImportFilter.cxx @@ -169,7 +169,7 @@ throw( com::sun::star::uno::RuntimeException ) sTypeName = "writer_HanMac_Word_K"; break; case MWAWDocument::MWAW_T_HANMACWORDJ: - // sTypeName = "writer_HanMac_Word_J"; + sTypeName = "writer_HanMac_Word_J"; break; case MWAWDocument::MWAW_T_LIGHTWAYTEXT: sTypeName = "writer_LightWayText"; |