[Libreoffice-commits] core.git: vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 16 12:14:01 UTC 2020
vcl/source/window/window2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2df0e599090bc915362e1efb8eb27a37eccdc1f3
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 16 09:38:11 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 16 14:13:18 2020 +0200
cid#1468188 dead code
Change-Id: I5c80f0a0883e899e2bd2e1b76849772fad2ea8d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104421
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index e435d890861e..bc48311e0d8c 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -1321,7 +1321,7 @@ static bool HasParentDockingWindow(const vcl::Window* pWindow)
pWindow = pWindow->GetParent();
}
- return pWindow && pWindow->IsDockingWindow();
+ return false;
}
void Window::queue_resize(StateChangedType eReason)
More information about the Libreoffice-commits
mailing list