Kaydet (Commit) 8872ab76 authored tarafından Julien Nabet's avatar Julien Nabet

Fix some idl descriptions

Change-Id: I49a767e9212a859db7856158141a38e6f2974e56
üst fcf4a2ea
......@@ -450,7 +450,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the index is invalid
@throws ::com::sun::star::lang::InvalidArgumentException
@throws ::com::sun::star::lang::IllegalArgumentException
if the given text type is not valid.
*/
TextSegment getTextBehindIndex([in] long nIndex, [in] short nTextType)
......
......@@ -45,7 +45,7 @@ interface XAnimateColor : XAnimate
[attribute] short ColorInterpolation;
/** defines the direction which is used to perform the interpolation
inside the color space defined with #ColorSpace.
inside the color space defined with #ColorInterpolation.
<br>
Values could be `TRUE` for clockwise and `FALSE` for counterclockwise.
......
......@@ -126,7 +126,7 @@ published service UnoControlButtonModel
/** specifies a graphic to be displayed at the button
<p>If this property is present, it interacts with the #ImageURLin the
<p>If this property is present, it interacts with the #ImageURL in the
following way:
<ul><li>If #ImageURL is set, #Graphic will be reset
to an object as loaded from the given image URL, or `NULL` if #ImageURL
......
......@@ -101,7 +101,7 @@ published service UnoControlCheckBoxModel
/** specifies a graphic to be displayed besides the label of the control
<p>If this property is present, it interacts with the #ImageURLin the
<p>If this property is present, it interacts with the #ImageURL in the
following way:
<ul><li>If #ImageURL is set, #Graphic will be reset
to an object as loaded from the given image URL, or `NULL` if #ImageURL
......
......@@ -132,7 +132,7 @@ published service UnoControlDialogModel
/** specifies a graphic to be displayed as a background image
<p>If this property is present, it interacts with the #ImageURLin the
<p>If this property is present, it interacts with the #ImageURL in the
following way:
<ul><li>If #ImageURL is set, #Graphic will be reset
to an object as loaded from the given image URL, or `NULL` if #ImageURL
......
......@@ -84,7 +84,7 @@ published service UnoControlImageControlModel
/** specifies a graphic to be displayed on the control
<p>If this property is present, it interacts with the #ImageURLin the
<p>If this property is present, it interacts with the #ImageURL in the
following way:
<ul><li>If #ImageURL is set, #Graphic will be reset
to an object as loaded from the given image URL, or `NULL` if #ImageURL
......
......@@ -102,7 +102,7 @@ published service UnoControlRadioButtonModel
/** specifies a graphic to be displayed besides the label of the control
<p>If this property is present, it interacts with the #ImageURLin the
<p>If this property is present, it interacts with the #ImageURL in the
following way:
<ul><li>If #ImageURL is set, #Graphic will be reset
to an object as loaded from the given image URL, or `NULL` if #ImageURL
......
......@@ -77,7 +77,7 @@ service UnoControlRoadmapModel
/** specifies a graphic to be displayed on the control
<p>If this property is present, it interacts with the #ImageURLin the
<p>If this property is present, it interacts with the #ImageURL in the
following way:
<ul><li>If #ImageURL is set, #Graphic will be reset
to an object as loaded from the given image URL, or `NULL` if #ImageURL
......
......@@ -38,7 +38,7 @@ module com { module sun { module star {
This interface's only method returns the actual accessibility object, an
instance of ::com::sun::star::accessibility::XAccessibleContext.
These two interfaces may be implemented by the same class in which case
a call to ::com::sun::star::accessibility::XAccessible::getAccessible()
a call to ::com::sun::star::accessibility::XAccessible getAccessible()
returns the same object that is
called. Alternatively the implementation of the
::com::sun::star::accessibility::XAccessibleContext
......
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