summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/VectorGraphicSearch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/graphic/VectorGraphicSearch.cxx')
-rw-r--r--vcl/source/graphic/VectorGraphicSearch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/graphic/VectorGraphicSearch.cxx b/vcl/source/graphic/VectorGraphicSearch.cxx
index a32d7d93e5ed..14e67e0b7138 100644
--- a/vcl/source/graphic/VectorGraphicSearch.cxx
+++ b/vcl/source/graphic/VectorGraphicSearch.cxx
@@ -233,7 +233,7 @@ bool VectorGraphicSearch::searchPDF(std::shared_ptr<VectorGraphicData> const& rD
if (!mpImplementation->mpPdfDocument)
{
//TODO: Handle failure to load.
- switch (vcl::pdf::PDFium::getLastErrorCode())
+ switch (mpImplementation->mpPDFium->getLastErrorCode())
{
case vcl::pdf::PDFErrorType::Success:
break;