summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-27 23:10:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-27 23:10:52 +0200
commit8872ab76700c9402b472feb71783fa8f5308f6d5 (patch)
tree6af34ff376db19c00287ab119fd21657efb042b7 /offapi
parentfcf4a2ea98c59c4d9d95c4c3b437aa02f414acd3 (diff)
Fix some idl descriptions
Change-Id: I49a767e9212a859db7856158141a38e6f2974e56
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleText.idl2
-rw-r--r--offapi/com/sun/star/animations/XAnimateColor.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlButtonModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlDialogModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlImageControlModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlRoadmapModel.idl2
-rw-r--r--offapi/com/sun/star/modules.idl2
9 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl
index 5dad20f88f3e..ec1b61b58a4c 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleText.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl
@@ -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)
diff --git a/offapi/com/sun/star/animations/XAnimateColor.idl b/offapi/com/sun/star/animations/XAnimateColor.idl
index 5bf3084476ef..d02b65f1b80b 100644
--- a/offapi/com/sun/star/animations/XAnimateColor.idl
+++ b/offapi/com/sun/star/animations/XAnimateColor.idl
@@ -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.
diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
index 9c6f6f21a5c2..3a5f01c94d0f 100644
--- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
@@ -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
diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
index f80ec5b7b1d6..dbec16726396 100644
--- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
@@ -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
diff --git a/offapi/com/sun/star/awt/UnoControlDialogModel.idl b/offapi/com/sun/star/awt/UnoControlDialogModel.idl
index 0d4cefd46a74..424230be92a2 100644
--- a/offapi/com/sun/star/awt/UnoControlDialogModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlDialogModel.idl
@@ -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
diff --git a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
index 76f5e7dde80a..764f057f6c8e 100644
--- a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
@@ -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
diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
index fa81bf4a11ed..775ae7d33339 100644
--- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
@@ -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
diff --git a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
index 6d1a242aefe3..70d8c1540ff4 100644
--- a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
@@ -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
diff --git a/offapi/com/sun/star/modules.idl b/offapi/com/sun/star/modules.idl
index d7bf65de4540..fe80558e3cf6 100644
--- a/offapi/com/sun/star/modules.idl
+++ b/offapi/com/sun/star/modules.idl
@@ -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