cppcanvas/source/mtfrenderer/emfplus.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2c14edcc5cbf87c3c229361e02415bcedcd7b87
Author: Bartosz Kosiorek <gan...@poczta.onet.pl>
Date:   Wed May 3 21:43:19 2017 +0200

    Fix number of EmfPlusEndContainer record
    
    EmfPlusEndContainer record closes a graphics state container
    that was previously opened by a begin container operation.
    
    Change-Id: I80d977ba53b98ef87b70e0dca2008c1980f901f9
    Reviewed-on: https://gerrit.libreoffice.org/37217
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Bartosz Kosiorek <gan...@poczta.onet.pl>

diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx 
b/cppcanvas/source/mtfrenderer/emfplus.cxx
index fdcd7e031f4d..4d4bfb528d61 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -100,7 +100,7 @@ namespace
 #define EmfPlusRecordTypeRestore 0x4026
 //TODO EmfPlusRecordTypeBeginContainer 0x4027
 #define EmfPlusRecordTypeBeginContainerNoParams 0x4028
-#define EmfPlusRecordTypeEndContainer 0x4027
+#define EmfPlusRecordTypeEndContainer 0x4029
 #define EmfPlusRecordTypeSetWorldTransform 0x402A
 #define EmfPlusRecordTypeResetWorldTransform 0x402B
 #define EmfPlusRecordTypeMultiplyWorldTransform 0x402C
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to