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/measure.hxx | |
parent | cbea925b367535eb2652a2c8fa80b4cc746d95bd (diff) |
convert RECT_POINT to scoped enum
Change-Id: I3f0304d69d5d638230b64135c73497192dc00cb3
Diffstat (limited to 'cui/source/inc/measure.hxx')
-rw-r--r-- | cui/source/inc/measure.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/measure.hxx b/cui/source/inc/measure.hxx index 184ad5cca81e..50418d3dc2e5 100644 --- a/cui/source/inc/measure.hxx +++ b/cui/source/inc/measure.hxx @@ -78,7 +78,7 @@ public: virtual bool FillItemSet( SfxItemSet* ) override; virtual void Reset( const SfxItemSet * ) override; - virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) override; + virtual void PointChanged( vcl::Window* pWindow, RectPoint eRP ) override; void Construct(); void SetView( const SdrView* pSdrView ) { pView = pSdrView; } |