summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-03-27 20:38:06 +0100
committerTomaž Vajngerl <quikee@gmail.com>2020-04-01 08:47:32 +0200
commit8631282f450afad4c112497814a984a75c87884e (patch)
tree42ef9ac1f21af52998a34d79fbe6922a315625e4
parent44cf3b61538990608fcfe72c727d35e43cbef5f5 (diff)
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@gmail.com> (cherry picked from commit 211dbdb78838e77ae8eea6cadd8050973b2f6080) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91445 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
-rw-r--r--vcl/source/gdi/impgraph.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index e885e2a103e5..065bf3db4385 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1706,8 +1706,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())