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 /include/svx/dlgctrl.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 'include/svx/dlgctrl.hxx')
-rw-r--r-- | include/svx/dlgctrl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index c77811004000..3a51a897955a 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -56,7 +56,6 @@ public: : SfxTabPage(pParent, rUIXMLDescription, rID, &rAttrSet) { } - virtual void PointChanged(vcl::Window* pWindow, RectPoint eRP) = 0; virtual void PointChanged(weld::DrawingArea* pArea, RectPoint eRP) = 0; }; |