summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-errorhandler.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:48:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 03:45:29 -0600
commitc4399bcd13cbe1cfa89c782e6667906c0b8bbb89 (patch)
tree3691b0e8387a6cc1600b5e1ffcced3d904918693 /uui/source/iahndl-errorhandler.cxx
parentf993a8930a660b23f099c91a6dc636fb4cbe6f87 (diff)
Remove visual noise from uui
Change-Id: I64fa42929aad00fc63f2937527dd3539f9d6f7f3 Reviewed-on: https://gerrit.libreoffice.org/8337 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui/source/iahndl-errorhandler.cxx')
-rw-r--r--uui/source/iahndl-errorhandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx
index 80b2952c5e90..ae9253e77c0f 100644
--- a/uui/source/iahndl-errorhandler.cxx
+++ b/uui/source/iahndl-errorhandler.cxx
@@ -206,7 +206,7 @@ UUIInteractionHelper::handleErrorHandlerRequest(
// Disapprove = 4,
// Retry = 2,
// Abort = 1
- //
+
// The mapping has five properties on which the code to select the
// correct continuation relies:
// 1 The OK button is mapped to Approve if that is available,
@@ -215,10 +215,10 @@ UUIInteractionHelper::handleErrorHandlerRequest(
// 3 The RETRY button is always mapped to Retry.
// 4 The NO button is always mapped to Disapprove.
// 5 The YES button is always mapped to Approve.
- //
+
// Because the WinBits button combinations are quite restricted, not
// every request can be served here.
- //
+
// Finally, it seems to be better to leave default button
// determination to VCL (the favouring of CANCEL as default button
// seems to not always be what the user wants)...