[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - vcl/source

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 6 17:27:08 UTC 2020


 vcl/source/gdi/impgraph.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1d6f3b0aeda8fa98d3ec0910d78676a341d55554
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Fri Mar 27 20:38:06 2020 +0100
Commit:     Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Sat Jun 6 19:26:37 2020 +0200

    graphic: sPdfDataCache is not used anymore
    
    Change-Id: I3fd13784c80dc3308f751594830ee08761e8d8c3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91235
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
    (cherry picked from commit 211dbdb78838e77ae8eea6cadd8050973b2f6080)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95634
    Tested-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index a8dbb0fb99a7..c628e7d20a03 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1634,8 +1634,6 @@ sal_Int32 ImpGraphic::getPageNumber() const
     return -1;
 }
 
-static std::map<BitmapChecksum, std::shared_ptr<std::vector<sal_Int8>>> sPdfDataCache;
-
 void ReadImpGraphic( SvStream& rIStm, ImpGraphic& rImpGraphic )
 {
     if (rIStm.GetError())


More information about the Libreoffice-commits mailing list