summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-03-20 23:26:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-21 09:50:23 +0100
commitf6d2aa05482b47fc702d9fdc655ee33e9d8e5a0e (patch)
tree0374cc0637586412cb18448024a1aa82f108fc8c
parentf57db0a495e99723e81381ffa29dfee982fbd325 (diff)
drop debugging test
Change-Id: I29f954684dd0e42f497bb4c166288217058171d9 Reviewed-on: https://gerrit.libreoffice.org/51680 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.cxx2
1 files changed, 1 insertions, 1 deletions
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 );