diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-30 18:37:14 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-12-05 10:41:51 +0100 |
commit | 707c81bdba2d8145390cd3756dd93708d162b929 (patch) | |
tree | 3a589cb9ad99d03388a4dc93913dcbfbbf18dcd1 /writerperfect | |
parent | 5c6dde9e4a8757807d4541be51f24cc3dfc53b14 (diff) |
add separate MS PowerPoint 3 filter (libmwaw)
Change-Id: I9f07e6d363387fc47f187f6635f489f8f8237f77
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/impress/MWAWPresentationImportFilter.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/impress/MWAWPresentationImportFilter.cxx b/writerperfect/source/impress/MWAWPresentationImportFilter.cxx index bca5ceb30896..e0e5d9a0c672 100644 --- a/writerperfect/source/impress/MWAWPresentationImportFilter.cxx +++ b/writerperfect/source/impress/MWAWPresentationImportFilter.cxx @@ -58,6 +58,9 @@ bool MWAWPresentationImportFilter::doDetectFormat(librevenge::RVNGInputStream &r case MWAWDocument::MWAW_T_CLARISWORKS: rTypeName = "impress_ClarisWorks"; break; + case MWAWDocument::MWAW_T_RESERVED9: + rTypeName = "impress_PowerPoint3"; + break; default: rTypeName = "MWAW_Presentation"; break; |