diff options
Diffstat (limited to 'include/svx/svdpoev.hxx')
-rw-r--r-- | include/svx/svdpoev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdpoev.hxx b/include/svx/svdpoev.hxx index 700607c8056c..f3b79e13c8c1 100644 --- a/include/svx/svdpoev.hxx +++ b/include/svx/svdpoev.hxx @@ -30,8 +30,8 @@ class SVX_DLLPUBLIC SdrPolyEditView: public SdrEditView, public IPolyPolygonEdit friend class SdrEditView; protected: - sal_Bool bSetMarkedPointsSmoothPossible : 1; - sal_Bool bSetMarkedSegmentsKindPossible : 1; + bool bSetMarkedPointsSmoothPossible : 1; + bool bSetMarkedSegmentsKindPossible : 1; SdrPathSmoothKind eMarkedPointsSmooth; SdrPathSegmentKind eMarkedSegmentsKind; |