]> git.pld-linux.org Git - packages/libreoffice.git/blob - poppler-0.72.patch
- updated to 6.2.3.1 (6.2.3-rc1)
[packages/libreoffice.git] / poppler-0.72.patch
1 --- libreoffice-6.1.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx.orig      2018-12-14 20:04:01.633697240 +0000
2 +++ libreoffice-6.1.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx   2018-12-14 20:04:18.020410653 +0000
3 @@ -555,7 +555,7 @@
4      LinkAction* pAction = link->getAction();
5      if (pAction && pAction->getKind() == actionURI)
6      {
7 -        const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->getCString();
8 +        const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->c_str();
9  
10          std::vector<char> aEsc( lcl_escapeLineFeeds(pURI) );
11  
12 @@ -757,7 +757,7 @@
13  
14              aFont = it->second;
15  
16 -            std::vector<char> aEsc( lcl_escapeLineFeeds(aFont.familyName.getCString()) );
17 +            std::vector<char> aEsc( lcl_escapeLineFeeds(aFont.familyName.c_str()) );
18              printf( " %d %d %d %d %f %d %s",
19                      aFont.isEmbedded,
20                      aFont.isBold,
This page took 0.023991 seconds and 3 git commands to generate.