summaryrefslogtreecommitdiff
path: root/include/svx/dlgctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-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;
};