diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdpoev.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/svdpoev.hxx b/include/svx/svdpoev.hxx index 089c88903068..775eb14b4972 100644 --- a/include/svx/svdpoev.hxx +++ b/include/svx/svdpoev.hxx @@ -28,11 +28,11 @@ class SVXCORE_DLLPUBLIC SdrPolyEditView : public SdrEditView, public IPolyPolygo { friend class SdrEditView; - bool bSetMarkedPointsSmoothPossible : 1; - bool bSetMarkedSegmentsKindPossible : 1; + bool m_bSetMarkedPointsSmoothPossible : 1; + bool m_bSetMarkedSegmentsKindPossible : 1; - SdrPathSmoothKind eMarkedPointsSmooth; - SdrPathSegmentKind eMarkedSegmentsKind; + SdrPathSmoothKind m_eMarkedPointsSmooth; + SdrPathSegmentKind m_eMarkedSegmentsKind; private: SVX_DLLPRIVATE void ImpResetPolyPossibilityFlags(); |