From 4ae08f617b7c05878988e7e58a5ecbf46e20ebc9 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 6 Aug 2013 10:39:29 +0200 Subject: offapi: fix doxygen warnings in awt::MessageBoxResults Change-Id: Id8ef8e131b94ff4676af388da2abd437fc1f7704 --- offapi/com/sun/star/awt/MessageBoxResults.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl b/offapi/com/sun/star/awt/MessageBoxResults.idl index 975708601ee4..5c63d6eede89 100644 --- a/offapi/com/sun/star/awt/MessageBoxResults.idl +++ b/offapi/com/sun/star/awt/MessageBoxResults.idl @@ -22,11 +22,11 @@ module com { module sun { module star { module awt { -/** These constants are used to specify a result of executing a XMessageBox. +/** These constants are used to specify a result of executing a XMessageBox. */ constants MessageBoxResults { - /** The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button. + /** The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button. */ const short CANCEL = 0; -- cgit v1.2.3