diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-08 19:27:31 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-08 19:39:15 +0100 |
commit | ebe469f83eebc89dd6b30811327912e3c13fa2c8 (patch) | |
tree | eda3903c3d845d66d254130f24726af33339092a /oox | |
parent | be8a5d4495e787e1628bf053be5e3e56e0ea9565 (diff) |
add p14 namespace to xmlfilterbase
Change-Id: I34d253e9f5bdfff14f1940544ae5bbb019bf506b
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index d3c1f646835b..d59b2b44bee8 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -119,7 +119,8 @@ struct NamespaceIds: public rtl::StaticWithInit< "http://schemas.openxmlformats.org/spreadsheetml/2006/main/v2", "http://schemas.microsoft.com/office/drawing/2008/diagram", "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main", - "http://schemas.libreoffice.org/" + "http://schemas.libreoffice.org/", + "http://schemas.microsoft.com/office/powerpoint/2010/main" }; static const sal_Int32 namespaceIds[] = { @@ -147,7 +148,8 @@ struct NamespaceIds: public rtl::StaticWithInit< NMSP_mceTest, NMSP_dsp, NMSP_xls14Lst, - NMSP_loext + NMSP_loext, + NMSP_p14, }; Sequence< beans::Pair< OUString, sal_Int32 > > aRet(SAL_N_ELEMENTS(namespaceIds)); |