Kaydet (Commit) 75520f7c authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Michael Stahl

its defineresource not define resource

regression from

commit 64d624b6
Date:   Sat Jan 9 22:55:28 2016 +0100

    Fix typos

    Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
    Reviewed-on: https://gerrit.libreoffice.org/21209Tested-by: 's avatarJenkins <ci@libreoffice.org>

Change-Id: Ifdf45e97b81523c84c73b93d14ed75b7b6909f77
Reviewed-on: https://gerrit.libreoffice.org/48357Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 01f4bfdc
...@@ -3117,7 +3117,7 @@ sal_Int32 PDFWriterImpl::createToUnicodeCMap( sal_uInt8* pEncoding, ...@@ -3117,7 +3117,7 @@ sal_Int32 PDFWriterImpl::createToUnicodeCMap( sal_uInt8* pEncoding,
} }
aContents.append( "endbfchar\n" aContents.append( "endbfchar\n"
"endcmap\n" "endcmap\n"
"CMapName currentdict /CMap define resource pop\n" "CMapName currentdict /CMap defineresource pop\n"
"end\n" "end\n"
"end\n" ); "end\n" );
SvMemoryStream aStream; SvMemoryStream aStream;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment