summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-24 17:48:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-25 08:27:53 +0200
commita83043d2c8f3ece0af32b964161191c377a3904f (patch)
tree3bbe10f04e1a0cc63478d9ab87531ddac293a5db /svx/source/svdraw
parent760980b0b510acac555f0c252fbaa10a4751bded (diff)
loplugin:unusedfields
Change-Id: I7d8cd41c6b4b97a6d33764a8580f08413e584a69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97046 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r--svx/source/svdraw/svdpdf.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdpdf.cxx b/svx/source/svdraw/svdpdf.cxx
index 188651be386c..c6430017bf19 100644
--- a/svx/source/svdraw/svdpdf.cxx
+++ b/svx/source/svdraw/svdpdf.cxx
@@ -114,7 +114,6 @@ ImpSdrPdfImport::ImpSdrPdfImport(SdrModel& rModel, SdrLayerID nLay, const tools:
, maClip()
, mpPdfDocument(nullptr)
, mnPageCount(0)
- , mdPageWidthPts(0)
, mdPageHeightPts(0)
, mpPDFium(vcl::pdf::PDFiumLibrary::get())
{
@@ -216,7 +215,6 @@ void ImpSdrPdfImport::SetupPageScale(const double dPageWidth, const double dPage
mfScaleX = mfScaleY = 1.0;
// Store the page dimensions in Points.
- mdPageWidthPts = dPageWidth;
mdPageHeightPts = dPageHeight;
Size aPageSize(convertPointToMm100(dPageWidth), convertPointToMm100(dPageHeight));