[Libreoffice-commits] core.git: 2 commits - offapi/com udkapi/com
Julien Nabet
serval2412 at yahoo.fr
Fri Jun 28 22:41:29 PDT 2013
offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl | 2 --
offapi/com/sun/star/document/XDocumentRecovery.idl | 2 +-
offapi/com/sun/star/presentation/EffectNodeType.idl | 2 +-
offapi/com/sun/star/presentation/EffectPresetClass.idl | 2 +-
offapi/com/sun/star/presentation/TextAnimationType.idl | 6 +++---
offapi/com/sun/star/presentation/XTransitionFactory.idl | 4 ++--
offapi/com/sun/star/report/XReportDefinition.idl | 8 ++++----
offapi/com/sun/star/sdb/DataSource.idl | 4 ++--
offapi/com/sun/star/sdb/DocumentContainer.idl | 2 +-
offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl | 2 +-
offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl | 2 +-
udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl | 2 +-
udkapi/com/sun/star/reflection/XIdlField2.idl | 4 ++--
13 files changed, 20 insertions(+), 22 deletions(-)
New commits:
commit 6850485b54ed77698b7c9622f437c9c7e1358ef4
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Jun 29 07:41:02 2013 +0200
Fix some idl descriptions
Change-Id: I7a986f39baf515b19255851f38600f112fe8b021
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index a4ddd25..da38c86 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -255,7 +255,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XGroups Groups;
- /** returns the report header if the #ReportHeaderOnis `TRUE`.
+ /** returns the report header if the #ReportHeaderOn is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the report header disabled.
@see XSection
@@ -265,7 +265,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
- /** returns the page header if the #PageHeaderOnis `TRUE`.
+ /** returns the page header if the #PageHeaderOn is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page header disabled.
@see XSection
@@ -280,7 +280,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XSection Detail;
- /** returns the page footer if the #PageFooterOnis `TRUE`.
+ /** returns the page footer if the #PageFooterOn is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page footer disabled.
@see XSection
@@ -290,7 +290,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
- /** returns the report footer if the #ReportFooterOnis `TRUE`.
+ /** returns the report footer if the #ReportFooterOn is `TRUE`.
@throws com::sun::star::container::NullPointerException
If the report has the report footer disabled.
@see XSection
diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl
index 6909680..6635950 100644
--- a/offapi/com/sun/star/sdb/DataSource.idl
+++ b/offapi/com/sun/star/sdb/DataSource.idl
@@ -143,7 +143,7 @@ published service DataSource
of an existing value), the #Settings property wraps the #Info
property for easier single-value access.</p>
- <p>You should use the #Setting property if you need to access a few properties only,
+ <p>You should use the #Settings property if you need to access a few properties only,
and the #Info property if you need access to all existent settings at once.</p>
<p>The object represented by this property supports the com::sun::star::beans::PropertyBag
@@ -164,7 +164,7 @@ published service DataSource
Such properties are not removable from the bag, that is, their
com::sun::star::beans::PropertyAttribute::REMOVABLE attribute is <em>not</em> set.<br/>
Usually, you'll find that all of this properties have the
- com::sun::star::beans::::PropertyState::PropertyState_DEFAULT_VALUE state.</p>
+ com::sun::star::beans::PropertyState::PropertyState_DEFAULT_VALUE state.</p>
<p><em>User-defined</em> properties are the ones which are added at runtime by any instance. They might or might
not be removable, this depends on whether or not the code adding them specifies the
diff --git a/offapi/com/sun/star/sdb/DocumentContainer.idl b/offapi/com/sun/star/sdb/DocumentContainer.idl
index 1386566..911cb0b 100644
--- a/offapi/com/sun/star/sdb/DocumentContainer.idl
+++ b/offapi/com/sun/star/sdb/DocumentContainer.idl
@@ -67,7 +67,7 @@ service DocumentContainer
of a <code>DocumentDefinition</code> supports at least the following commands, additionally to
the ones already supported by the DefinitionContent:
<ul>
- <li><strong>open</strong>: provides a com::sun::star::ucb::::XDynamicResultSet
+ <li><strong>open</strong>: provides a com::sun::star::ucb::XDynamicResultSet
to enumerate the content of the document container.</li>
<li><strong>delete</strong>: deletes the document container, including all contained documents.</li>
</ul>
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index c95fbdf..18a47c0 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -194,7 +194,7 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
is the command which should be executed, the type of command depends
on the CommandType.
- <p>In case of a #CommandType of CommandType::COMMAND,
+ <p>In case of a #CommandType of com::sun::star::sdb::CommandType::COMMAND,
means in case the #Command specifies an SQL statement, the inherited
com::sun::star::sdbc::RowSet::EscapeProcessing
becomes relevant:<br/>
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
index 42d02c1..cae0daa 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
@@ -55,7 +55,7 @@ service AccessibleSpreadsheetPageView
every header and footer that is at least partially visible.</li>
<li>::com::sun::star::table::AccessibleTableView:
A child where calling
- ::com::sun::star::accessibility::XAccessibleChild::getAccessibleChild()
+ ::com::sun::star::accessibility::XAccessibleContext::getAccessibleChild()
an object that supports this service is returned for
every table fragment that is contained in the document body
and is at least partially visible. A table fragment is the
commit 5f0ffa9fbdadb5a4a55d8be4b1cf235995de37e4
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Jun 29 07:25:50 2013 +0200
Fix some idl descriptions
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f
diff --git a/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl b/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl
index fba9e4c..c3a70e0 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 96c6968..60dc2be 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 e3611ed..53382ea 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 ebf290f..c2559db 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 907534c..bd3dbf2 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 71da161..008fdfd 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 8dbbb16..1fde546 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 5c77f6b..c013478 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
More information about the Libreoffice-commits
mailing list