summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 16:56:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 23:40:12 +0900
commit9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch)
treeb6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /offapi/com
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'offapi/com')
-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/FilterFactory.idl4
-rw-r--r--offapi/com/sun/star/drawing/GenericDrawingDocument.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchProviderInterception.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl2
-rw-r--r--offapi/com/sun/star/task/XJobListener.idl2
-rw-r--r--offapi/com/sun/star/ui/XAcceleratorConfiguration.idl4
8 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetection.idl b/offapi/com/sun/star/document/ExtendedTypeDetection.idl
index 02e2652a5c9e..63716726a47a 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetection.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetection.idl
@@ -48,7 +48,7 @@ module com { module sun { module star { module document {
Example: "com.company.devision.DetectService"
<br>
Note that this really means the implementation name of the service.
- Because it's not possible otherwise to distinguish between more then one
+ Because it's not possible otherwise to distinguish between more than one
registered detect services in same office installation! But it's possible for
the generic type detection to create an UNO service by his implementation name too.
</li>
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
index 4a868142382d..0c9d7cdf07be 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -78,7 +78,7 @@ published service ExtendedTypeDetectionFactory
<td>[string]</td>
<td>It means the UNO implementation name of the detector component.
Note: It means the really the implementation instead of the UNO service name.
- Because it's not possible to distinguish between more then one components; if all of them
+ Because it's not possible to distinguish between more than one components; if all of them
uses a generic service identifier!</td>
</tr>
<tr>
diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl
index cf04cdf6bbdb..3fff37b7176c 100644
--- a/offapi/com/sun/star/document/FilterFactory.idl
+++ b/offapi/com/sun/star/document/FilterFactory.idl
@@ -154,7 +154,7 @@ published service FilterFactory
<td>[string]</td>
<td>It means the UNO implementation name of the filter component.
Note: It really means the implementation instead of the UNO service name.
- Because it's not possible to distinguish between more then one filters; if all of them
+ Because it's not possible to distinguish between more than one filters; if all of them
uses a generic identifier!</td>
</tr>
<tr>
@@ -171,7 +171,7 @@ published service FilterFactory
<tr>
<td><em>FileFormatVersion</em></td>
<td>[integer]</td>
- <td>It specifies the supported file format version if there exist more then ones.</td>
+ <td>It specifies the supported file format version if there exist more than ones.</td>
</tr>
<tr>
<td><em>TemplateName</em></td>
diff --git a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
index 7ffd37ce8af7..47b8e1bba815 100644
--- a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
@@ -38,7 +38,7 @@
/** specifies a document which consists of multiple pages
with drawings.
- <p>Because its function is needed more then once, its defined as generic one.</p>
+ <p>Because its function is needed more than once, its defined as generic one.</p>
*/
service GenericDrawingDocument
{
diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
index f900cb6f5f1d..a5ffb81d6459 100644
--- a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
+++ b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
@@ -30,7 +30,7 @@
intercepts all requests of XDispatch to this instance.
<p>
- Note: Nobody can guarantee order of used interceptor objects if more then ones exist.
+ Note: Nobody can guarantee order of used interceptor objects if more than ones exist.
Later registered ones will be used at first. But it's possible to increase the chance
for that by providing the optional interface XInterceptorInfo.
</p>
diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
index 83f4d37619ec..611fef0273e4 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
@@ -47,7 +47,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
Setting of a new recorder make it possible to change recording mode.
May there can exist different implementations of a recorder (e.g. to
generate Java, Basic or other formats). Changing between local recording
- inside one Frame or global one by using more then ones can be
+ inside one Frame or global one by using more than ones can be
forced too.
</p>
diff --git a/offapi/com/sun/star/task/XJobListener.idl b/offapi/com/sun/star/task/XJobListener.idl
index 93634a8c342e..15cf9d56d19f 100644
--- a/offapi/com/sun/star/task/XJobListener.idl
+++ b/offapi/com/sun/star/task/XJobListener.idl
@@ -35,7 +35,7 @@ published interface XJobListener : com::sun::star::lang::XEventListener
@param Job
identifies the asynchronous job so that theJobExecutor
- can differ between more then ones.
+ can differ between more than ones.
@param Result
should be the same like for the synchronous mode on XJob::execute().
diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
index b8957b205cc2..e5c32af74b15 100644
--- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
+++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
@@ -151,7 +151,7 @@ interface XAcceleratorConfiguration
of "key-command" which is provided normally by this interface.
<p>
- It can be used to implement collision handling, if more then one
+ It can be used to implement collision handling, if more than one
key event match to the same command. The returned list contains all
possible key events - and the outside code can select an possible one.
Of course - mostly this list will contain only one key event ...
@@ -187,7 +187,7 @@ interface XAcceleratorConfiguration
<p>
Instead to the method getKeyEventsForCommand() the returned list contains only
- one(!) key event bound to one(!) requested command. If more then one key event
+ one(!) key event bound to one(!) requested command. If more than one key event
is bound to a command - a selection is done inside this method.
This internal selection can't be influenced from outside.
</p>