[Libreoffice-commits] core.git: dbaccess/source

Caolán McNamara caolanm at redhat.com
Wed Mar 21 08:50:45 UTC 2018


 dbaccess/source/ui/dlg/sqlmessage.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f6d2aa05482b47fc702d9fdc655ee33e9d8e5a0e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Mar 20 23:26:07 2018 +0000

    drop debugging test
    
    Change-Id: I29f954684dd0e42f497bb4c166288217058171d9
    Reviewed-on: https://gerrit.libreoffice.org/51680
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/source/ui/dlg/sqlmessage.cxx b/dbaccess/source/ui/dlg/sqlmessage.cxx
index 9dfc3c1f84f2..f85b1b39d807 100644
--- a/dbaccess/source/ui/dlg/sqlmessage.cxx
+++ b/dbaccess/source/ui/dlg/sqlmessage.cxx
@@ -559,7 +559,7 @@ void OSQLMessageBox::impl_addDetailsButton()
         }
     }
 
-    if ( bMoreDetailsAvailable || true )
+    if ( bMoreDetailsAvailable )
     {
         AddButton( StandardButtonType::More, RET_MORE);
         PushButton* pButton = GetPushButton( RET_MORE );


More information about the Libreoffice-commits mailing list