diff options
-rw-r--r-- | include/svx/svdocirc.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/svdocirc.hxx b/include/svx/svdocirc.hxx index 81fccce8e626..c4e6b23fce1c 100644 --- a/include/svx/svdocirc.hxx +++ b/include/svx/svdocirc.hxx @@ -55,10 +55,6 @@ protected: SdrObjKind meCircleKind; long nStartWink; long nEndWink; - - // bitfield - unsigned mbPolygonIsLine : 1; - private: SVX_DLLPRIVATE basegfx::B2DPolygon ImpCalcXPolyCirc(const SdrObjKind eKind, const Rectangle& rRect1, long nStart, long nEnd) const; SVX_DLLPRIVATE void ImpSetCreateParams(SdrDragStat& rStat) const; |