]> git.pld-linux.org Git - packages/libreoffice.git/blob - poppler-0.86.patch
76b8356d5f22ef537a83b0f9b0debab591f152fe
[packages/libreoffice.git] / poppler-0.86.patch
1 --- libreoffice-6.3.0.4/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx~  2020-03-23 11:28:30.000000000 +0100
2 +++ libreoffice-6.3.0.4/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx   2020-03-23 11:31:46.670106683 +0100
3 @@ -564,7 +564,11 @@
4  return;
5  
6  #if POPPLER_CHECK_VERSION(0, 72, 0)
7 +#if POPPLER_CHECK_VERSION(0, 86, 0)
8 +    const char* pURI = static_cast<LinkURI*>(pAction)->getURI().c_str();
9 +#else
10      const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->c_str();
11 +#endif
12  #else
13      const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->getCString();
14  #endif
This page took 0.068889 seconds and 2 git commands to generate.