diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-08 15:40:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-09 15:57:55 +0200 |
commit | 2dbdaa2840f9e1b176464c132465ea5bb32208f0 (patch) | |
tree | 2c27c9726a13017b88802b4d8d841c820d02f0ef /include | |
parent | 6e90aec7fdcab6740b29597a7236cc0be2129762 (diff) |
drop newly unused SetParentToDefaultWindow
Change-Id: I7586924bfc44dd7d28992515291089469a723c39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118651
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index a0bc04cd4523..4fb9e4ab15e0 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1450,14 +1450,6 @@ public: // a helper method for a Control's Draw method void PaintToDevice( ::OutputDevice* pDevice, const Point& rPos ); - /* tdf#119390 set parent to default window. Typically for use in advance of destroying - * a floating windows which has the current focus so focus will revert to the main - * document window and not the first widget in the current parent of the floating - * window. - */ - SAL_DLLPRIVATE void SetParentToDefaultWindow(); - - // Keyboard access functions /** Query the states of keyboard indicators - Caps Lock, Num Lock and |