You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/10/17 14:57:07 UTC

[openoffice] branch AOO418 updated: Fix for crashing in exporting PDF with a Noto Serif CJK JP font. (#106)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO418 by this push:
     new 4f60319  Fix for crashing in exporting PDF with a Noto Serif CJK JP font. (#106)
4f60319 is described below

commit 4f60319c09f2433959e7739f55ad37eb512ad84b
Author: Akikazu Yoshikawa <an...@users.noreply.github.com>
AuthorDate: Sat Oct 17 23:50:59 2020 +0900

    Fix for crashing in exporting PDF with a Noto Serif CJK JP font. (#106)
    
    (cherry picked from commit 65eb26c10610909590c880569cf5457c67aa4693)
---
 main/vcl/source/fontsubset/cff.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/vcl/source/fontsubset/cff.cxx b/main/vcl/source/fontsubset/cff.cxx
index f17e79e..8cdb160 100644
--- a/main/vcl/source/fontsubset/cff.cxx
+++ b/main/vcl/source/fontsubset/cff.cxx
@@ -40,7 +40,7 @@ typedef long long S64;
 
 typedef sal_Int32 GlyphWidth;
 
-typedef float RealType;
+typedef double RealType;
 typedef RealType ValType;
 #include <vector>
 typedef std::vector<ValType> ValVector;