summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:47:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:50:21 +0200
commitfadd18db049f845d0a3645fa91a95f4e7dff0b0e (patch)
treed3d09624b79186500044fb9172aff7230d98b225 /offapi/com/sun/star/frame
parentb03ce74f899bcc2094d50c174a5b94b123cfbf25 (diff)
Fix typos
Change-Id: I330886e475af840f97458b9f157db47555a530e2 Reviewed-on: https://gerrit.libreoffice.org/77314 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/ControlEvent.idl2
-rw-r--r--offapi/com/sun/star/frame/DocumentTemplates.idl2
-rw-r--r--offapi/com/sun/star/frame/ToolbarController.idl2
-rw-r--r--offapi/com/sun/star/frame/XComponentLoader.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchProvider.idl2
-rw-r--r--offapi/com/sun/star/frame/XDocumentTemplates.idl2
6 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl
index 7ae4184b31d8..c31f70a6a42e 100644
--- a/offapi/com/sun/star/frame/ControlEvent.idl
+++ b/offapi/com/sun/star/frame/ControlEvent.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module frame {
-/** describes a control event send by extended user interface
+/** describes a control event sent by extended user interface
controls.
@since OOo 2.0.3
diff --git a/offapi/com/sun/star/frame/DocumentTemplates.idl b/offapi/com/sun/star/frame/DocumentTemplates.idl
index f27ff9da4fa0..d7a2109ec643 100644
--- a/offapi/com/sun/star/frame/DocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/DocumentTemplates.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module frame {
/** is a service for accessing the document templates of the office
and manipulate them ( add or rename or remove templates )
- It implements a high level interface on top of an ucb content provider which
+ It implements a high level interface on top of a ucb content provider which
is used for template configuration.
*/
published service DocumentTemplates : XDocumentTemplates;
diff --git a/offapi/com/sun/star/frame/ToolbarController.idl b/offapi/com/sun/star/frame/ToolbarController.idl
index 3f2b370e0923..fd332484dacf 100644
--- a/offapi/com/sun/star/frame/ToolbarController.idl
+++ b/offapi/com/sun/star/frame/ToolbarController.idl
@@ -92,7 +92,7 @@ service ToolbarController
<p>
Mostly used by a toolbar implementation to forward information to and request
services from a toolbar controller component. This interface must be usable
- after com::sun::star::lang::XInitialitation::initialize()
+ after com::sun::star::lang::XInitialization::initialize()
has been called. The behavior of the interface is undefined if the controller
component hasn't been initialized.
</p>
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index ad31ef43f529..81c25360bfd1 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -47,7 +47,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
<p>
To create new documents, use "private:factory/scalc", "private:factory/swriter", etc.
Other special protocols (e.g. "slot:", ".uno") are not allowed and raise
- an com::sun::star::lang::IllegalArgumentException.
+ a com::sun::star::lang::IllegalArgumentException.
</p>
@param TargetFrameName
diff --git a/offapi/com/sun/star/frame/XDispatchProvider.idl b/offapi/com/sun/star/frame/XDispatchProvider.idl
index 5259404748bf..4b3c806a4085 100644
--- a/offapi/com/sun/star/frame/XDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchProvider.idl
@@ -72,7 +72,7 @@ published interface XDispatchProvider: com::sun::star::uno::XInterface
<p>
It's not allowed to pack it - because every request must match
- to his real result. Means: don't delete `NULL` entries inside this list.
+ to its real result. Means: don't delete `NULL` entries inside this list.
</p>
*/
sequence< XDispatch > queryDispatches(
diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl
index b89a62f2b928..ccac1af0f3eb 100644
--- a/offapi/com/sun/star/frame/XDocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module frame {
and organized in groups. This data should be persistent and can be
updated by calling special method XDocumentTemplates::update().
A real implementation of this interface can do that on top of
- an ucb content provider. Method XDocumentTemplates::getContent()
+ a ucb content provider. Method XDocumentTemplates::getContent()
force that.
</p>
*/