[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - vcl/source

Caolán McNamara caolanm at redhat.com
Tue Jan 23 12:46:27 UTC 2018


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

New commits:
commit 905edcb273c629a149e7bcd212376e2c962a1c0b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 22 17:37:33 2018 +0000

    its defineresource not define resource
    
    regression from
    
    commit 64d624b65124ac02d8ee59b135593fd9d8eb9067
    Date:   Sat Jan 9 22:55:28 2016 +0100
    
        Fix typos
    
        Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
        Reviewed-on: https://gerrit.libreoffice.org/21209
        Tested-by: Jenkins <ci at libreoffice.org>
    
    Change-Id: Ifdf45e97b81523c84c73b93d14ed75b7b6909f77
    Reviewed-on: https://gerrit.libreoffice.org/48356
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 34161b7ca35a..03b1a1d9e12d 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -3082,7 +3082,7 @@ sal_Int32 PDFWriterImpl::createToUnicodeCMap( sal_uInt8 const * pEncoding,
     }
     aContents.append( "endbfchar\n"
                       "endcmap\n"
-                      "CMapName currentdict /CMap define resource pop\n"
+                      "CMapName currentdict /CMap defineresource pop\n"
                       "end\n"
                       "end\n" );
     SvMemoryStream aStream;


More information about the Libreoffice-commits mailing list