Kaydet (Commit) 4ae08f61 authored tarafından Miklos Vajna's avatar Miklos Vajna

offapi: fix doxygen warnings in awt::MessageBoxResults

Change-Id: Id8ef8e131b94ff4676af388da2abd437fc1f7704
üst 0c1ba223
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
module com { module sun { module star { module awt { module com { module sun { module star { module awt {
/** These constants are used to specify a result of executing a <type>XMessageBox</type>. /** These constants are used to specify a result of executing a XMessageBox.
*/ */
constants MessageBoxResults constants MessageBoxResults
{ {
/** The user canceled the <type>XMessageBox</type>, by pressing "Cancel" or "Abort" button. /** The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button.
*/ */
const short CANCEL = 0; const short CANCEL = 0;
......
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