diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-20 17:09:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-20 22:10:14 +0200 |
commit | 5ef22c17a05ab161abc591f195158da5e4e9359e (patch) | |
tree | 1660364f11ebbff005b124bc06a43d7c50bfb7e0 /cui/source/inc/measure.hxx | |
parent | ec67e7e4b22740bf8dc5e1a9c84c49facdd85717 (diff) |
drop dead PointChanged variant
Change-Id: Ie467c3aa1787902364f545a13ab3b4d0e4bbdbb2
Reviewed-on: https://gerrit.libreoffice.org/60831
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/measure.hxx')
-rw-r--r-- | cui/source/inc/measure.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/measure.hxx b/cui/source/inc/measure.hxx index 728814315783..5ba4ef2ecc4f 100644 --- a/cui/source/inc/measure.hxx +++ b/cui/source/inc/measure.hxx @@ -79,7 +79,6 @@ public: virtual bool FillItemSet( SfxItemSet* ) override; virtual void Reset( const SfxItemSet * ) override; - virtual void PointChanged( vcl::Window* pWindow, RectPoint eRP ) override; virtual void PointChanged( weld::DrawingArea* pWindow, RectPoint eRP ) override; void Construct(); |