summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XControlInformation.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XControlInformation.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
index c632f4fa1f8b..fe920945b90e 100644
--- a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
+++ b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
@@ -61,7 +61,7 @@ sequence<string> getSupportedControls( );
@param aControlName
The name of the control. Common control names are for
- instance 'OkButton' or 'CancelButton'.
+ instance "OkButton" or "CancelButton".
@returns
<TRUE/> if the specified control is supported.
@@ -75,7 +75,7 @@ boolean isControlSupported( [in] string aControlName );
@param aControlName
The name of the control. Common control names are for
- instance 'OkButton' or 'CancelButton'.
+ instance "OkButton" or "CancelButton".
@returns
a sequence of control properties supported by the specified control.