summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msdffimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/msdffimp.cxx')
-rw-r--r--filter/source/msfilter/msdffimp.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 7f575088e94d..74b337a3bdb1 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5524,7 +5524,6 @@ SvxMSDffManager::SvxMSDffManager(SvStream& rStCtrl_,
SdrModel* pSdrModel_,// see SetModel() below
long nApplicationScale,
ColorData mnDefaultColor_,
- sal_uLong nDefaultFontHeight_,
SvStream* pStData2_,
bool bSkipImages )
:DffPropertyReader( *this ),
@@ -5532,10 +5531,8 @@ SvxMSDffManager::SvxMSDffManager(SvStream& rStCtrl_,
pBLIPInfos( new SvxMSDffBLIPInfos ),
m_xShapeInfosByTxBxComp( new SvxMSDffShapeInfos_ByTxBxComp ),
pShapeOrders( new SvxMSDffShapeOrders ),
- nDefaultFontHeight( nDefaultFontHeight_),
nOffsDgg( nOffsDgg_ ),
nBLIPCount( USHRT_MAX ), // initialize with error, since we fist check if the
- nShapeCount( USHRT_MAX ), // control stream has correct data
nGroupShapeFlags(0), // ensure initialization here, as some corrupted
// files may yield to this being unitialized
maBaseURL( rBaseURL ),
@@ -5583,10 +5580,8 @@ SvxMSDffManager::SvxMSDffManager( SvStream& rStCtrl_, const OUString& rBaseURL )
pBLIPInfos( new SvxMSDffBLIPInfos ),
m_xShapeInfosByTxBxComp( new SvxMSDffShapeInfos_ByTxBxComp ),
pShapeOrders( new SvxMSDffShapeOrders ),
- nDefaultFontHeight( 24 ),
nOffsDgg( 0 ),
nBLIPCount( USHRT_MAX ), // initialize with error, since we first have to check
- nShapeCount( USHRT_MAX ), // whether the control stream contains the correct data
nGroupShapeFlags(0),
maBaseURL( rBaseURL ),
mnCurMaxShapeId(0),