[Libreoffice-commits] core.git: oox/source

Stephan Bergmann sbergman at redhat.com
Mon Nov 9 09:21:39 PST 2015


 oox/source/core/xmlfilterbase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37039fde1187c2e71bdde6e7fafd23c6ae8a871e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 9 18:21:14 2015 +0100

    Missing comma
    
    Change-Id: Ia2497902771b78130b6263885bdb3362d1e6c76c

diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx
index fca049c..1aeac9a 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"
         };
 


More information about the Libreoffice-commits mailing list