summaryrefslogtreecommitdiffstats
path: root/writerperfect/source/writer/MWAWImportFilter.cxx
diff options
context:
space:
mode:
authorosnola <alonso@loria.fr>2014-10-10 10:25:31 +0200
committerDavid Tardon <dtardon@redhat.com>2014-10-16 17:44:43 +0200
commit57d3b5cfa6bdd60ec5b3046bdd824e4f0adf3b30 (patch)
treedec31e27f416f8d3a5397c7e3d304af1209411ab /writerperfect/source/writer/MWAWImportFilter.cxx
parentRelated: fdo#84676 try to give floating windows their original stylebits (diff)
downloadcore-57d3b5cfa6bdd60ec5b3046bdd824e4f0adf3b30.tar.gz
core-57d3b5cfa6bdd60ec5b3046bdd824e4f0adf3b30.zip
Update to last libmwaw version
+ add filters for MacDraw, MacDraw II and RagTime (v2-3 for Mac) Change-Id: If84abff1baa75f9bfa951039781575b6a8648a84
Diffstat (limited to 'writerperfect/source/writer/MWAWImportFilter.cxx')
-rw-r--r--writerperfect/source/writer/MWAWImportFilter.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/writerperfect/source/writer/MWAWImportFilter.cxx b/writerperfect/source/writer/MWAWImportFilter.cxx
index 1d37ff0bf19c..03c43cc0c69a 100644
--- a/writerperfect/source/writer/MWAWImportFilter.cxx
+++ b/writerperfect/source/writer/MWAWImportFilter.cxx
@@ -114,6 +114,9 @@ bool MWAWImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, OUStr
case MWAWDocument::MWAW_T_NISUSWRITER:
rTypeName = "writer_Nisus_Writer";
break;
+ case MWAWDocument::MWAW_T_RAGTIME:
+ rTypeName = "writer_Mac_RagTime";
+ break;
case MWAWDocument::MWAW_T_TEACHTEXT:
rTypeName = "writer_TeachText";
break;
@@ -151,7 +154,6 @@ bool MWAWImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, OUStr
case MWAWDocument::MWAW_T_PAGEMAKER:
case MWAWDocument::MWAW_T_PIXELPAINT:
case MWAWDocument::MWAW_T_READYSETGO:
- case MWAWDocument::MWAW_T_RAGTIME:
case MWAWDocument::MWAW_T_SUPERPAINT:
case MWAWDocument::MWAW_T_SYMPOSIUM:
case MWAWDocument::MWAW_T_TRAPEZE: