diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 14:26:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 11:13:52 +0200 |
commit | 95c348afa8f4f17c058c449ded75025175af0e4a (patch) | |
tree | 88f21ab151fbbf5c79e9adf4bae8dfb920c9e85a /include/svx/svdedtv.hxx | |
parent | 2149d4a88e9dc88c30e7475f8ea317e5c7b78529 (diff) |
loplugin:unusedfields in svx part2
Change-Id: Ie9fd55b71a152f428a397d9917918f0e9de39aaf
Reviewed-on: https://gerrit.libreoffice.org/39014
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdedtv.hxx')
-rw-r--r-- | include/svx/svdedtv.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx index f849846f720a..81c680f1c085 100644 --- a/include/svx/svdedtv.hxx +++ b/include/svx/svdedtv.hxx @@ -82,7 +82,6 @@ protected: bool bGroupPossible : 1; bool bUnGroupPossible : 1; bool bGrpEnterPossible : 1; - bool bDeletePossible : 1; bool bToTopPossible : 1; bool bToBtmPossible : 1; bool bReverseOrderPossible : 1; @@ -92,7 +91,6 @@ protected: bool bCombineNoPolyPolyPossible : 1; bool bDismantleMakeLinesPossible : 1; bool bOrthoDesiredOnMarked : 1; - bool bMoreThanOneNotMovable : 1; // more then one objects are not moveable bool bOneOrMoreMovable : 1; // at least one object is moveable bool bMoreThanOneNoMovRot : 1; // more then one object is not movable nor turnable (Crook) bool bContortionPossible : 1; // all polygones (grouped if necessary) @@ -112,12 +110,8 @@ protected: bool bCanConvToPath : 1; bool bCanConvToPoly : 1; bool bCanConvToContour : 1; - bool bCanConvToPathLineToArea : 1; - bool bCanConvToPolyLineToArea : 1; bool bMoveProtect : 1; bool bResizeProtect : 1; - // maintain Z-order of the virtual objects (Writer) - bool bBundleVirtObj : 1; private: SVX_DLLPRIVATE void ImpClearVars(); @@ -397,12 +391,6 @@ public: void DoImportMarkedMtf(SvdProgressInfo *pProgrInfo=nullptr); bool IsImportMtfPossible() const { ForcePossibilities(); return bImportMtfPossible; } - // If the mode VirtualObjectBundling is switched on, all ToTop/ToBtm - // virtual objects which reference the same object, are contained - // in their Z-order (Writer). - // Default setting is sal_False=switched off. - void SetVirtualObjectBundling(bool bOn) { bBundleVirtObj=bOn; } - // override SdrMarkView, for internal use virtual void MarkListHasChanged() override; virtual void ModelHasChanged() override; |