[Libreoffice-commits] core.git: offapi/com
Julien Nabet
serval2412 at yahoo.fr
Thu Jun 27 14:11:14 PDT 2013
offapi/com/sun/star/accessibility/XAccessibleText.idl | 2 +-
offapi/com/sun/star/animations/XAnimateColor.idl | 2 +-
offapi/com/sun/star/awt/UnoControlButtonModel.idl | 2 +-
offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl | 2 +-
offapi/com/sun/star/awt/UnoControlDialogModel.idl | 2 +-
offapi/com/sun/star/awt/UnoControlImageControlModel.idl | 2 +-
offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl | 2 +-
offapi/com/sun/star/awt/UnoControlRoadmapModel.idl | 2 +-
offapi/com/sun/star/modules.idl | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 8872ab76700c9402b472feb71783fa8f5308f6d5
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu Jun 27 23:10:33 2013 +0200
Fix some idl descriptions
Change-Id: I49a767e9212a859db7856158141a38e6f2974e56
diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl
index 5dad20f..ec1b61b 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 5bf3084..d02b65f1 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 9c6f6f2..3a5f01c 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 f80ec5b..dbec167 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 0d4cefd..424230b 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 76f5e7d..764f057 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 fa81bf4..775ae7d 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 6d1a242..70d8c15 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 d7bf65d..fe80558 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
More information about the Libreoffice-commits
mailing list