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

Michael Stahl mstahl at redhat.com
Mon Feb 6 22:06:48 UTC 2017


 vcl/source/gdi/pdfwriter_impl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56206c8a5e67a5d3ed560d1c1ac4f63dcef1c6e3
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Feb 6 22:58:47 2017 +0100

    vcl: fix inconsistent GraphicsStateUpdateFlags asserts
    
    (regression from f4826959c1a5b0e6d2849d4240668b2087582848)
    
    Change-Id: If530503a667f765c38a6b226bb0627506dbb0900

diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index bb90cb5..1d491aa 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -76,7 +76,7 @@ enum class GraphicsStateUpdateFlags {
     LayoutMode            = 0x0100,
     TransparentPercent    = 0x0200,
     DigitLanguage         = 0x0400,
-    All                   = 0x07ff
+    All                   = 0x077f
 };
 namespace o3tl {
     template<> struct typed_flags<GraphicsStateUpdateFlags> : is_typed_flags<GraphicsStateUpdateFlags, 0x077f> {};


More information about the Libreoffice-commits mailing list