From a5dbc997bff8f7fe61ddc848f48c880a6e67e448 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 25 Feb 2021 11:38:02 +0000 Subject: drop archaic rollable support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I69f94cd8013a31f8f6bcf62d703b99f659a1ebb4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111555 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- basctl/source/dlged/propbrw.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'basctl/source/dlged') 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(); } -- cgit