summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-29 07:25:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-29 07:26:13 +0200
commit5f0ffa9fbdadb5a4a55d8be4b1cf235995de37e4 (patch)
treeefc3aa69cece773baf12b5f07e6f1c80ed4307b0
parentdef32c7e14ad9743e2b55804442be5d596f6c21c (diff)
Fix some idl descriptions
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f
-rw-r--r--offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl2
-rw-r--r--offapi/com/sun/star/document/XDocumentRecovery.idl2
-rw-r--r--offapi/com/sun/star/presentation/EffectNodeType.idl2
-rw-r--r--offapi/com/sun/star/presentation/EffectPresetClass.idl2
-rw-r--r--offapi/com/sun/star/presentation/TextAnimationType.idl6
-rw-r--r--offapi/com/sun/star/presentation/XTransitionFactory.idl4
-rw-r--r--udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl4
8 files changed, 11 insertions, 13 deletions
diff --git a/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl b/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl
index fba9e4cad5be..c3a70e0ae52b 100644
--- a/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl
+++ b/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl
@@ -35,8 +35,6 @@ service UpdateRequiredDialog : com::sun::star::ui::dialogs::XExecutableDialog
/** Create a GUI using the specific parent window and focus on the
given context.
- @param xParent
- parent window
*/
create();
};
diff --git a/offapi/com/sun/star/document/XDocumentRecovery.idl b/offapi/com/sun/star/document/XDocumentRecovery.idl
index 96c6968f3a26..60dc2be3c59f 100644
--- a/offapi/com/sun/star/document/XDocumentRecovery.idl
+++ b/offapi/com/sun/star/document/XDocumentRecovery.idl
@@ -85,7 +85,7 @@ interface XDocumentRecovery
Instead, the implementation is responsible to do so, if required.</p>
<p>A default implementation of this method could simply delegate this call to
- ::com::sun::star::frame:::XLodable::load(), followed by
+ ::com::sun::star::frame:::XLoadable::load(), followed by
com::sun::star::frame::XModel::attachResource().</p>
@param SourceLocation
diff --git a/offapi/com/sun/star/presentation/EffectNodeType.idl b/offapi/com/sun/star/presentation/EffectNodeType.idl
index e3611ed26724..53382eaa112c 100644
--- a/offapi/com/sun/star/presentation/EffectNodeType.idl
+++ b/offapi/com/sun/star/presentation/EffectNodeType.idl
@@ -31,7 +31,7 @@
This does not manipulate the timing or synchronization.
It can be used to quickly identify semantic blocks inside an animation hierarchy.
- @see ::com::sun::star::animations::AnimationNode
+ @see ::com::sun::star::animations::XAnimationNode
*/
constants EffectNodeType
{
diff --git a/offapi/com/sun/star/presentation/EffectPresetClass.idl b/offapi/com/sun/star/presentation/EffectPresetClass.idl
index ebf290fc9f40..c2559db1e350 100644
--- a/offapi/com/sun/star/presentation/EffectPresetClass.idl
+++ b/offapi/com/sun/star/presentation/EffectPresetClass.idl
@@ -31,7 +31,7 @@
This does not manipulate the timing or synchronization.
It can be used to quickly identify preset animations inside an animation hierarchy.
- @see ::com::sun::star::animations::AnimationNode
+ @see ::com::sun::star::animations::XAnimationNode
*/
constants EffectPresetClass
{
diff --git a/offapi/com/sun/star/presentation/TextAnimationType.idl b/offapi/com/sun/star/presentation/TextAnimationType.idl
index 907534cc13a2..bd3dbf2ea12a 100644
--- a/offapi/com/sun/star/presentation/TextAnimationType.idl
+++ b/offapi/com/sun/star/presentation/TextAnimationType.idl
@@ -24,12 +24,12 @@
/** Defines how a target ::com::sun::star::text::XTextRange
- is animated inside an ::com::sun::star::animations::IterateContainer.
+ is animated inside an ::com::sun::star::animations::XIterateContainer.
<br>
This is stored inside the attribute
- ::com::sun::star::animations::IterateContainer::IterateType.
+ ::com::sun::star::animations::XIterateContainer::IterateType.
<br>
- @see ::com::sun::star::animations::IterateContainer
+ @see ::com::sun::star::animations::XIterateContainer
*/
constants TextAnimationType
{
diff --git a/offapi/com/sun/star/presentation/XTransitionFactory.idl b/offapi/com/sun/star/presentation/XTransitionFactory.idl
index 71da161a7c5e..008fdfd7b553 100644
--- a/offapi/com/sun/star/presentation/XTransitionFactory.idl
+++ b/offapi/com/sun/star/presentation/XTransitionFactory.idl
@@ -47,10 +47,10 @@ interface XTransitionFactory : ::com::sun::star::uno::XInterface
/** Actually create a transition for the given transition id
@param transitionType
- Main type of transition (@see ::com::sun::star::animation::TransitionType)
+ Main type of transition (@see ::com::sun::star::animations::TransitionType)
@param transitionSubType
- Subtype for the transition (@see ::com::sun::star::animation::TransitionSubType)
+ Subtype for the transition (@see ::com::sun::star::animations::TransitionSubType)
@param view
Slide show view to display on
diff --git a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
index 8dbbb1677c5a..1fde54692432 100644
--- a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
@@ -46,7 +46,7 @@ published interface XCompoundTypeDescription: com::sun::star::reflection::XTypeD
<p>For a polymorphic struct type template, a member of parameterized
type is represented by an instance of
- com::sun::star::reflection::::XTypeDescription whose
+ com::sun::star::reflection::XTypeDescription whose
type class is <code>UNKNOWN</code> and whose name is the name of the
type parameter.</p>
diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl
index 5c77f6b0f99a..c01347834c1a 100644
--- a/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -60,7 +60,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember
reflects the constant enum 32-bit value.
<p>When setting an interface attribute raises a
- non-com::sun::star::uno::RuntimeException, it is
+ non com::sun::star::uno::RuntimeException, it is
wrapped in a com::sun::star::lang::WrappedTargetRuntimeException.</p>
@param obj
@@ -81,7 +81,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember
i.e. an interface or compound type (struct/exception).
<p>When setting an interface attribute raises a
- non-com::sun::star::uno::RuntimeException, it is
+ non com::sun::star::uno::RuntimeException, it is
wrapped in a com::sun::star::lang::WrappedTargetRuntimeException.</p>
@param obj