diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-09 18:21:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-09 18:21:14 +0100 |
commit | 37039fde1187c2e71bdde6e7fafd23c6ae8a871e (patch) | |
tree | 06f925834257ba77da89440cb9157834426f97e9 /oox | |
parent | 1056f627efb0625ab658f4219a6a3c7002e2022f (diff) |
Missing comma
Change-Id: Ia2497902771b78130b6263885bdb3362d1e6c76c
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index fca049c0f87f..1aeac9ae2d1f 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -120,7 +120,7 @@ struct NamespaceIds: public rtl::StaticWithInit< "http://schemas.microsoft.com/office/drawing/2008/diagram", "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main", "http://schemas.libreoffice.org/", - "http://schemas.microsoft.com/office/powerpoint/2010/main" + "http://schemas.microsoft.com/office/powerpoint/2010/main", "http://schemas.microsoft.com/office/powerpoint/2012/main" }; |