diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-25 11:38:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-25 21:13:49 +0100 |
commit | a5dbc997bff8f7fe61ddc848f48c880a6e67e448 (patch) | |
tree | 7518b1d7c918effdbc41749d031cde110a357ae3 /basctl/source | |
parent | f1512bb979245a22f07b7e34bd923d7ca6b52ac7 (diff) |
drop archaic rollable support
Change-Id: I69f94cd8013a31f8f6bcf62d703b99f659a1ebb4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111555
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 084395ad2536..4a8481249640 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -228,9 +228,6 @@ bool PropBrw::Close() { ImplDestroyController(); - if( IsRollUp() ) - RollDown(); - return DockingWindow::Close(); } |