summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 09:03:21 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 10:09:26 +0200
commit52cd3fb5475e17ac4c66953ed62b8bfdd1a5f578 (patch)
tree318e4e5ff2ac834c7406186ff6520f7d3f75e5fc /writerfilter/source/dmapper/GraphicImport.cxx
parentbbc7c0aea474460fd2214a708c6bc6477c481f39 (diff)
loplugin:unusedfields in writerfilter/
Change-Id: I32348ef0aed955ab799ba90a59f4b511becb67e8
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.cxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index c5adee73d0c0..a9d3225662ff 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -196,12 +196,9 @@ public:
GraphicImportType eGraphicImportType;
DomainMapper& rDomainMapper;
- sal_Int32 nHoriScaling;
- sal_Int32 nVertScaling;
sal_Int32 nLeftPosition;
sal_Int32 nTopPosition;
sal_Int32 nRightPosition;
- sal_Int32 nBottomPosition;
bool bUseSimplePos;
sal_Int32 zOrder;
@@ -217,7 +214,6 @@ public:
bool bContour;
bool bContourOutside;
WrapPolygon::Pointer_t mpWrapPolygon;
- bool bIgnoreWRK;
sal_Int32 nLeftMargin;
sal_Int32 nRightMargin;
@@ -241,11 +237,8 @@ public:
GraphicBorderLine aBorders[4];
sal_Int32 nCurrentBorderLine;
- sal_Int32 nDffType;
bool bIsGraphic;
bool bIsBitmap;
- bool bIsTiff;
- sal_Int32 nBitsPerPixel;
bool bHoriFlip;
bool bVertFlip;
@@ -275,12 +268,9 @@ public:
,bYSizeValid(false)
,eGraphicImportType( eImportType )
,rDomainMapper( rDMapper )
- ,nHoriScaling(0)
- ,nVertScaling(0)
,nLeftPosition(0)
,nTopPosition(0)
,nRightPosition(0)
- ,nBottomPosition(0)
,bUseSimplePos(false)
,zOrder(-1)
,nHoriOrient( text::HoriOrientation::NONE )
@@ -293,7 +283,6 @@ public:
,bOpaque( true )
,bContour(false)
,bContourOutside(true)
- ,bIgnoreWRK(true)
,nLeftMargin(319)
,nRightMargin(319)
,nTopMargin(0)
@@ -309,11 +298,8 @@ public:
,nFillColor( 0xffffffff )
,eColorMode( drawing::ColorMode_STANDARD )
,nCurrentBorderLine(BORDER_TOP)
- ,nDffType( 0 )
,bIsGraphic(false)
,bIsBitmap(false)
- ,bIsTiff(false)
- ,nBitsPerPixel(0)
,bHoriFlip(false)
,bVertFlip(false)
,bSizeProtected(false)