diff options
Diffstat (limited to 'include/svx/optgrid.hxx')
-rw-r--r-- | include/svx/optgrid.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx index b8e1f5604286..ed71e62cdb53 100644 --- a/include/svx/optgrid.hxx +++ b/include/svx/optgrid.hxx @@ -152,6 +152,8 @@ protected: std::unique_ptr<weld::MetricSpinButton> m_xMtrFldBezAngle; std::unique_ptr<weld::Widget> m_xMtrFldBezAngleImg; + bool IsDrawMode() const { return m_Emode == DRAW_MODE; } + DECL_LINK(ClickRotateHdl_Impl, weld::Toggleable&, void); private: DECL_DLLPRIVATE_LINK(ChangeDrawHdl_Impl, weld::MetricSpinButton&, void); |