Kaydet (Commit) 54054514 authored tarafından Caolán McNamara's avatar Caolán McNamara

bogus TRUE/FALSE -> sal_False/sal_True

Change-Id: I72e0b6b3261422bd5fc47445d38cc64241d62362
üst ac66cb60
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment