diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-30 08:22:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-30 08:40:03 +0200 |
commit | b62f4c2cd9685618fff2270760ce0787880f1c8d (patch) | |
tree | 31dd6705a99ec9070aef1e57c5ad0e6be13bf30f /cui/source/inc/cuitabline.hxx | |
parent | cbea925b367535eb2652a2c8fa80b4cc746d95bd (diff) |
convert RECT_POINT to scoped enum
Change-Id: I3f0304d69d5d638230b64135c73497192dc00cb3
Diffstat (limited to 'cui/source/inc/cuitabline.hxx')
-rw-r--r-- | cui/source/inc/cuitabline.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index 639e5117598c..e95919925504 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -146,7 +146,7 @@ private: bool m_bSymbols; const SfxItemSet& m_rOutAttrs; - RECT_POINT m_eRP; + RectPoint m_eRP; bool m_bObjSelected; XLineAttrSetItem m_aXLineAttr; @@ -217,7 +217,7 @@ public: virtual void ActivatePage( const SfxItemSet& rSet ) override; virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override; - virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) override; + virtual void PointChanged( vcl::Window* pWindow, RectPoint eRP ) override; virtual void FillUserData() override; |