diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-13 11:58:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-13 16:30:05 +0100 |
commit | 43b068aade8c1eedbfd0fa4f4c50bfd5bdc9b823 (patch) | |
tree | e0da20f37617302d98fd52ae5e7abb21fed49eb8 /include | |
parent | e76bb4eab607148381e70310ef9e22cc6213555a (diff) |
use TopLevelWindowLocker for the lock other windows problem
Change-Id: Ic5d279ff9271ca24d9d32728d63322e8acc2037d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88599
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/dialog.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 1840635f151f..775714ec8658 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -133,9 +133,6 @@ public: void EndDialog( long nResult = RET_CANCEL ); static void EndAllDialogs( vcl::Window const * pParent ); - // returns the most recent of the currently executing modal dialogs - static VclPtr<Dialog> GetMostRecentExecutingDialog(); - void GetDrawWindowBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const; |