summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-20 17:09:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-20 22:10:14 +0200
commit5ef22c17a05ab161abc591f195158da5e4e9359e (patch)
tree1660364f11ebbff005b124bc06a43d7c50bfb7e0 /include
parentec67e7e4b22740bf8dc5e1a9c84c49facdd85717 (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')
-rw-r--r--include/svx/dlgctrl.hxx1
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;
};