summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmodel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 15:21:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:19:44 +0000
commitc47d85be7839d0721a09f2eb100c4ab0abb7a985 (patch)
treef5d6343c1dc0a96f2292cbd36dfe6da8e2dca908 /svx/source/svdraw/svdmodel.cxx
parentd6d1fc2683eeb88a569795e6bd27ad5db035f511 (diff)
loplugin:singlevalfields in svx(part2)
Change-Id: I1a1db1bdd446879a3abba3cb76a4ca575f859c1f Reviewed-on: https://gerrit.libreoffice.org/26640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/svdraw/svdmodel.cxx')
-rw-r--r--svx/source/svdraw/svdmodel.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index ed9b0f79a1d2..5edce8f8b453 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -126,35 +126,23 @@ void SdrModel::ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* _pEmbe
pDrawOutliner=nullptr;
pHitTestOutliner=nullptr;
pRefOutDev=nullptr;
- nProgressAkt=0;
- nProgressMax=0;
- nProgressOfs=0;
pDefaultStyleSheet=nullptr;
mpDefaultStyleSheetForSdrGrafObjAndSdrOle2Obj = nullptr;
pLinkManager=nullptr;
pUndoStack=nullptr;
pRedoStack=nullptr;
nMaxUndoCount=16;
- mnUniqueCommentID=0;
pAktUndoGroup=nullptr;
nUndoLevel=0;
mbUndoEnabled=true;
- nProgressPercent=0;
- nLoadVersion=0;
bExtColorTable=false;
mbChanged = false;
- bInfoChanged=false;
bPagNumsDirty=false;
bMPgNumsDirty=false;
bTransportContainer = false;
- bSavePortable=false;
- bSaveCompressed=false;
- bSaveNative=false;
bSwapGraphics=false;
nSwapGraphicsMode=SdrSwapGraphicsMode::DEFAULT;
- bSaveOLEPreview=false;
bPasteResize=false;
- bNoBitmapCaching=false;
bReadOnly=false;
nStreamNumberFormat=SvStreamEndian::BIG;
nDefaultTabulator=0;
@@ -168,8 +156,6 @@ void SdrModel::ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* _pEmbe
mbKernAsianPunctuation = false;
mbAddExtLeading = false;
mnHandoutPageCount = 0;
- nReserveUInt6 = 0;
- nReserveUInt7 = 0;
mbDisableTextEditUsesCommonUndoManager = false;