summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-30 18:37:14 +0100
committerDavid Tardon <dtardon@redhat.com>2016-12-05 10:41:51 +0100
commit707c81bdba2d8145390cd3756dd93708d162b929 (patch)
tree3a589cb9ad99d03388a4dc93913dcbfbbf18dcd1 /writerperfect
parent5c6dde9e4a8757807d4541be51f24cc3dfc53b14 (diff)
add separate MS PowerPoint 3 filter (libmwaw)
Change-Id: I9f07e6d363387fc47f187f6635f489f8f8237f77
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/impress/MWAWPresentationImportFilter.cxx3
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;