summaryrefslogtreecommitdiff
path: root/vcl/source/window/dlgctrl.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-26 17:07:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-27 12:45:49 +0200
commit7c84ce6960cbb9fccad20ad4d816b08b32e9567c (patch)
tree2f9d77e1bc7e7bb508add52595937ea1d6b89e43 /vcl/source/window/dlgctrl.cxx
parent0320d14a7655b4adce3ff2d7fc453917c96f8f21 (diff)
drop empty GetParentLabeledBy and GetParentLabelFor members
Change-Id: I92b36874879f89ef4dc862d61da58edd64867e92 Reviewed-on: https://gerrit.libreoffice.org/76450 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/dlgctrl.cxx')
-rw-r--r--vcl/source/window/dlgctrl.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx
index dbbe5641d272..6721455ff94c 100644
--- a/vcl/source/window/dlgctrl.cxx
+++ b/vcl/source/window/dlgctrl.cxx
@@ -1107,16 +1107,6 @@ vcl::Window* Window::ImplFindDlgCtrlWindow( vcl::Window* pWindow )
return ::ImplFindDlgCtrlWindow( this, pWindow, nIndex, nFormStart, nFormEnd );
}
-vcl::Window* Window::GetParentLabelFor( const vcl::Window* ) const
-{
- return nullptr;
-}
-
-vcl::Window* Window::GetParentLabeledBy( const vcl::Window* ) const
-{
- return nullptr;
-}
-
KeyEvent Window::GetActivationKey() const
{
KeyEvent aKeyEvent;