summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-17 16:41:20 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-17 21:53:28 +0200
commit64a3124d928f337011cad137c2c059f1ef064377 (patch)
treecdcea46848e5b61872716d8deb6f5d5b8f57894a /offapi
parentfc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff)
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart2/Axis.idl2
-rw-r--r--offapi/com/sun/star/chart2/XScaling.idl2
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetection.idl2
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl2
-rw-r--r--offapi/com/sun/star/document/XUndoManagerListener.idl4
-rw-r--r--offapi/com/sun/star/drawing/DrawingDocumentFactory.idl2
-rw-r--r--offapi/com/sun/star/embed/XEmbeddedClient.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatch.idl2
-rw-r--r--offapi/com/sun/star/script/provider/XScript.idl2
-rw-r--r--offapi/com/sun/star/text/TextMarkupType.idl2
-rw-r--r--offapi/com/sun/star/ucb/XInteractionAuthFallback.idl2
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl2
12 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/chart2/Axis.idl b/offapi/com/sun/star/chart2/Axis.idl
index e1c8072b9fa1..fc3a0f564c54 100644
--- a/offapi/com/sun/star/chart2/Axis.idl
+++ b/offapi/com/sun/star/chart2/Axis.idl
@@ -123,7 +123,7 @@ service Axis
*/
[optional, property] com::sun::star::chart::ChartAxisMarkPosition MarkPosition;
- /** Determines display units are avaiblable for axis
+ /** Determines display units are available for axis
@since LibreOffice 4.3
*/
diff --git a/offapi/com/sun/star/chart2/XScaling.idl b/offapi/com/sun/star/chart2/XScaling.idl
index 0daf41b0b907..fe9a3baffd1a 100644
--- a/offapi/com/sun/star/chart2/XScaling.idl
+++ b/offapi/com/sun/star/chart2/XScaling.idl
@@ -45,7 +45,7 @@ interface XScaling : ::com::sun::star::uno::XInterface
* Get an interface object that conforms to a scaling rule that
* is the reverse of the original scaling rule.
*
- * @return internface object that represents the reversed
+ * @return interface object that represents the reversed
* scaling rule.
*/
com::sun::star::chart2::XScaling getInverseScaling();
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetection.idl b/offapi/com/sun/star/document/ExtendedTypeDetection.idl
index 63716726a47a..44a586e8017b 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetection.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetection.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module document {
The <strong>ServiceName</strong> - This must be a valid UNO service name.
It is also an entry in the corresponding configuration list.
<br>
- Example: "com.company.devision.DetectService"
+ Example: "com.company.division.DetectService"
<br>
Note that this really means the implementation name of the service.
Because it's not possible otherwise to distinguish between more than one
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
index 8d01e4f94bfb..a9fe2a77f8fa 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -42,7 +42,7 @@ published service ExtendedTypeDetectionFactory
/** factory interface to create and initialize extended type detection components.
<p>
- A detection component must be specified by its UNO implementation name and will be crated then.
+ A detection component must be specified by its UNO implementation name and will be created then.
Every new created component can be initialized with its own configuration data
and may given optional arguments of the corresponding createInstanceWithArguments() request. To do so the
service must support the optional interface com::sun::star::lang::XInitialization.
diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl
index 82bb52950f38..449737b72c2c 100644
--- a/offapi/com/sun/star/document/XUndoManagerListener.idl
+++ b/offapi/com/sun/star/document/XUndoManagerListener.idl
@@ -95,7 +95,7 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
/** is called when an Undo context has been left.
<p>UndoManagerEvent::UndoActionTitle carries the title of the Undo context, and
- UndoManagerEvent::UndoContextDepth the number of open Undo contexts, exluding the
+ UndoManagerEvent::UndoContextDepth the number of open Undo contexts, excluding the
one just left.</p>
@see XUndoManager::leaveUndoContext
@@ -104,7 +104,7 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
*/
void leftContext( [in] UndoManagerEvent iEvent );
- /** is calledn when a hidden Undo context has been left.
+ /** is called when a hidden Undo context has been left.
<p>UndoManagerEvent::UndoActionTitle is empty, as hidden Undo contexts don't have
a title.</p>
diff --git a/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl b/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl
index f0abcdeb1827..abbd1a0a1e2c 100644
--- a/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl
+++ b/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module drawing {
-/** @deprecated Pleas use the factory interface of the service GenericDrawingDocument.
+/** @deprecated Please use the factory interface of the service GenericDrawingDocument.
*/
published service DrawingDocumentFactory
{
diff --git a/offapi/com/sun/star/embed/XEmbeddedClient.idl b/offapi/com/sun/star/embed/XEmbeddedClient.idl
index 103d2accc420..81f794c7c933 100644
--- a/offapi/com/sun/star/embed/XEmbeddedClient.idl
+++ b/offapi/com/sun/star/embed/XEmbeddedClient.idl
@@ -36,7 +36,7 @@ published interface XEmbeddedClient: XComponentSupplier
/** asks client to let the object store itself.
@throws com::sun::star::uno::ObjectSaveVetoException
- in case container chants to avoid saving of object
+ in case container wants to avoid saving of object
@throws com::sun::star::uno::Exception
in case of problems during saving
diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl
index c717565f3d17..04af5aeb102d 100644
--- a/offapi/com/sun/star/frame/XDispatch.idl
+++ b/offapi/com/sun/star/frame/XDispatch.idl
@@ -72,7 +72,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
readonly boolean Flag SynchronMode
<p>
- By default, and absent any arguments, "SychronMode" is
+ By default, and absent any arguments, "SynchronMode" is
considered `FALSE` and the execution is performed
asynchronously (i.e. dispatch() returns immediately, and
the action is performed in the background). But when set
diff --git a/offapi/com/sun/star/script/provider/XScript.idl b/offapi/com/sun/star/script/provider/XScript.idl
index b63926ec4b83..41c934ab32d3 100644
--- a/offapi/com/sun/star/script/provider/XScript.idl
+++ b/offapi/com/sun/star/script/provider/XScript.idl
@@ -30,7 +30,7 @@
module com { module sun { module star { module script { module provider {
/**
- This interface represents an invokable script or UNO function.
+ This interface represents an invocable script or UNO function.
*/
interface XScript : ::com::sun::star::uno::XInterface {
diff --git a/offapi/com/sun/star/text/TextMarkupType.idl b/offapi/com/sun/star/text/TextMarkupType.idl
index 658ea557f395..18ba4e698c2a 100644
--- a/offapi/com/sun/star/text/TextMarkupType.idl
+++ b/offapi/com/sun/star/text/TextMarkupType.idl
@@ -48,7 +48,7 @@ constants TextMarkupType
const long SMARTTAG = 3;
/** Markup originates from proofreading
- An inivisible markup type used in proofreading API calls.
+ An invisible markup type used in proofreading API calls.
@since OOo 3.0.1
*/
const long SENTENCE = 4;
diff --git a/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl b/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl
index 8431748727e4..3a70c813b987 100644
--- a/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl
+++ b/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl
@@ -21,7 +21,7 @@
*/
interface XInteractionAuthFallback: com::sun::star::task::XInteractionContinuation
{
- /* Authentication code submited by the user */
+ /* Authentication code submitted by the user */
void setCode( [in] string code );
};
diff --git a/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl b/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl
index 0a2de0f3e621..ead463f3f0b0 100644
--- a/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module crypto { module sax
* The PRI_AFTERMODIFY priority represents the notification will be
* sent after any internal modification has finished.
* <p>
- * The PRI_BEFOREMODIFY proirity represents the notification will be
+ * The PRI_BEFOREMODIFY priority represents the notification will be
* sent before any internal modification happens.
* <p>
* So an element mark with PRI_BEFOREMODIFY will be handled first,