summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 2fd3eb5aae07..118c80a356d0 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -4381,11 +4381,11 @@ RTLFUNC(MsgBox)
};
static const sal_Int16 nButtonMap[] =
{
- 2, // #define RET_CANCEL sal_False
- 1, // #define RET_OK sal_True
- 6, // #define RET_YES 2
- 7, // #define RET_NO 3
- 4 // #define RET_RETRY 4
+ 2, // RET_CANCEL is 0
+ 1, // RET_OK is 1
+ 6, // RET_YES is 2
+ 7, // RET_NO is 3
+ 4 // RET_RETRY is 4
};