[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 9 07:17:44 UTC 2020
vcl/source/window/window.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 49df367a5da14b31729e2f4f5dd6bf4e249df8d3
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Jun 9 09:36:28 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Jun 9 09:17:08 2020 +0200
Bin pointless if (true)
Change-Id: Ic48ed35ae2164c41600c7e4f4890fd164fba3cb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95891
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 82ce1465b9a9..438d6fc306fe 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -252,7 +252,7 @@ void Window::dispose()
ReleaseMouse();
#if OSL_DEBUG_LEVEL > 0
- if ( true ) // always perform these tests in debug builds
+ // always perform these tests in debug builds
{
OStringBuffer aErrorStr;
bool bError = false;
More information about the Libreoffice-commits
mailing list