summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-25 23:10:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-25 23:10:34 +0200
commita80c7d5118454a60d4cd67448d567e1cb3f48f4e (patch)
treeaee3a43d6cca7263139c741ab54ba1c11adcf1b6 /offapi
parent87bf4eaf526e0e2124c26f9f1ff3059f06423d58 (diff)
Fix some idl descriptions
Change-Id: Ia14bf30cf65ea5cbaa268b1461fc5c6d7acb702d
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/embed/XHatchWindowFactory.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterController.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/XFormOperations.idl2
-rw-r--r--offapi/com/sun/star/i18n/Calendar2.idl2
-rw-r--r--offapi/com/sun/star/rendering/XCanvas.idl2
-rw-r--r--offapi/com/sun/star/script/provider/XScriptProvider.idl2
6 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/embed/XHatchWindowFactory.idl b/offapi/com/sun/star/embed/XHatchWindowFactory.idl
index fa707ecb48b1..a1acfc3e56a7 100644
--- a/offapi/com/sun/star/embed/XHatchWindowFactory.idl
+++ b/offapi/com/sun/star/embed/XHatchWindowFactory.idl
@@ -47,7 +47,7 @@ published interface XHatchWindowFactory: com::sun::star::uno::XInterface
@returns
a new hatch window
- @throws ::com::sun::star::IllegalArgumentException
+ @throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal
*/
diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl
index f8554db5c8ba..85c7c784a471 100644
--- a/offapi/com/sun/star/form/runtime/XFilterController.idl
+++ b/offapi/com/sun/star/form/runtime/XFilterController.idl
@@ -130,7 +130,7 @@ interface XFilterController
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if _Component is out of the allowed range.
- @see ::com::sun::star::form::component::DataAwareControlModel::BoundField
+ @see ::com::sun::star::form::DataAwareControlModel::BoundField
*/
::com::sun::star::awt::XControl
getFilterComponent( [in] long _Component )
diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl
index cccd187308a1..86cf3b2daf27 100644
--- a/offapi/com/sun/star/form/runtime/XFormOperations.idl
+++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl
@@ -42,7 +42,7 @@ interface XFeatureInvalidation;
<p>As an example, imagine you have a database form, displayed in some user
interface, which you want to move to the next record.<br/>
- It is as easy as calling com:::sun::star::sdbc::XResultSet::next()
+ It is as easy as calling com::sun::star::sdbc::XResultSet::next()
on this form, right? Wrong. First, you need to care for saving the current
record, so the user doesn't lose her input. So you need to call
com::sun::star::sdbc::XResultSetUpdate::updateRow() or
diff --git a/offapi/com/sun/star/i18n/Calendar2.idl b/offapi/com/sun/star/i18n/Calendar2.idl
index 16f5984a2f2d..6df975e06f91 100644
--- a/offapi/com/sun/star/i18n/Calendar2.idl
+++ b/offapi/com/sun/star/i18n/Calendar2.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module i18n {
nominative case nouns in Calendar::Months. If a
locale does not provide the partitive case in
#PartitiveMonths, the names are identical to
- #GenititiveMonths. </p>
+ #GenitiveMonths. </p>
<p> The sequences are of type
com::sun::star::i18n::CalendarItem2 instead of
diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl
index 029da2224e56..28e2a8fe232e 100644
--- a/offapi/com/sun/star/rendering/XCanvas.idl
+++ b/offapi/com/sun/star/rendering/XCanvas.idl
@@ -88,7 +88,7 @@ interface XTextLayout;
that such caching is a lot more complicated, should the actual
rendering a method yields depend on internal state (which is the
case e.g. for the
- ::com::sun::star::drawing::::com::sun::star::drawing::XGraphics
+ ::com::sun::star::awt::XGraphics
interface). Please note, though, that deciding whether to return
an XCachedPrimitive is completely up to the
implementation - don't rely on the methods returning something
diff --git a/offapi/com/sun/star/script/provider/XScriptProvider.idl b/offapi/com/sun/star/script/provider/XScriptProvider.idl
index fac9b8fe2832..fe3f94a626f7 100644
--- a/offapi/com/sun/star/script/provider/XScriptProvider.idl
+++ b/offapi/com/sun/star/script/provider/XScriptProvider.idl
@@ -43,7 +43,7 @@ interface XScriptProvider : ::com::sun::star::uno::XInterface {
@returns
an object implementing ::com::sun::star::script::provider::XScript representing the script
- @throws ::com::sun::star::provider::ScriptFrameworkErrorException
+ @throws ::com::sun::star::script::provider::ScriptFrameworkErrorException
Framework error getting script for URI.
*/
XScript getScript( [in] string sScriptURI ) raises ( ::com::sun::star::script::provider::ScriptFrameworkErrorException );