summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorGregg King <smokedart@gmail.com>2013-02-28 18:11:24 -0400
committerEike Rathke <erack@redhat.com>2013-03-02 02:45:55 +0000
commitdb7a441342f7a22d23492dbd25b113e9573db192 (patch)
treee599f39d757a43af20bc16851072c396634da07d /offapi/com
parent9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (diff)
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl2
-rw-r--r--offapi/com/sun/star/document/ExportFilter.idl4
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl2
-rw-r--r--offapi/com/sun/star/document/FilterFactory.idl2
-rw-r--r--offapi/com/sun/star/document/ImportFilter.idl4
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl2
-rw-r--r--offapi/com/sun/star/document/TypeDetection.idl2
-rw-r--r--offapi/com/sun/star/document/XTypeDetection.idl2
-rw-r--r--offapi/com/sun/star/document/XViewDataSupplier.idl2
-rw-r--r--offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameAction.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameLoader.idl4
-rw-r--r--offapi/com/sun/star/frame/SynchronousFrameLoader.idl2
-rw-r--r--offapi/com/sun/star/frame/XDocumentTemplates.idl2
-rw-r--r--offapi/com/sun/star/sdbcx/Descriptor.idl4
-rw-r--r--offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl4
16 files changed, 21 insertions, 21 deletions
diff --git a/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl b/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl
index 34ece4a7c464..0249747ef323 100644
--- a/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl
+++ b/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl
@@ -31,7 +31,7 @@ module star
module chart2
{
-/** Allows to set a default size. This size will be used in case no further informations are available.
+/** Allows to set a default size. This size will be used in case no further information si available.
*/
interface XDefaultSizeTransmitter : ::com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/document/ExportFilter.idl b/offapi/com/sun/star/document/ExportFilter.idl
index 091fbff33d4f..91fdd650ef96 100644
--- a/offapi/com/sun/star/document/ExportFilter.idl
+++ b/offapi/com/sun/star/document/ExportFilter.idl
@@ -72,7 +72,7 @@ published service ExportFilter
<p>
A filter object must be created by global service <type>FilterFactory</type>.
If filter supports this optional interface, he will be initialized by the factory directly
- after creation. The factory will pass follow informations to this new instance:
+ after creation. The factory will pass the following information to this new instance:
<ul>
<li>first item will be a set of configuration data of the filter</li>
<li>after that will follow may given optional parameters of call
@@ -90,7 +90,7 @@ published service ExportFilter
<p>
This internal filter name can be used on service <type>FilterFactory</type>
- to get further informations about it (e.g. his registration for mime types or extensions etc.)
+ to get further information about it (e.g. his registration for mime types or extensions etc.)
It's important that returned string is the "internal name" of the filter which must be
unambiguous against all other registered filters in current installation.
</p>
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
index a60d724b1f60..ba526315d88d 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -100,7 +100,7 @@ published service ExtendedTypeDetectionFactory
<p>
Against simple property search it provides some complex algorithms too.
- For further informations please read the SDK documentation.
+ For further information please read the SDK documentation.
</p>
*/
[optional] interface com::sun::star::container::XContainerQuery;
diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl
index 8c971c81be2d..f8024f3a5eec 100644
--- a/offapi/com/sun/star/document/FilterFactory.idl
+++ b/offapi/com/sun/star/document/FilterFactory.idl
@@ -197,7 +197,7 @@ published service FilterFactory
<p>
Against simple property search it provides some complex algorithms too.
- For further informations please read the SDK documentation.
+ For further information please read the SDK documentation.
</p>
*/
interface com::sun::star::container::XContainerQuery;
diff --git a/offapi/com/sun/star/document/ImportFilter.idl b/offapi/com/sun/star/document/ImportFilter.idl
index 769a03ad4df2..da21501d0a59 100644
--- a/offapi/com/sun/star/document/ImportFilter.idl
+++ b/offapi/com/sun/star/document/ImportFilter.idl
@@ -72,7 +72,7 @@ published service ImportFilter
<p>
A filter object must be created by global service <type>FilterFactory</type>.
If filter supports this optional interface, he will be initialized by the factory directly
- after creation. The factory will pass follow informations to this new instance:
+ after creation. The factory will pass follow information to this new instance:
<ul>
<li>first item will be a set of configuration data of the filter</li>
<li>after that will follow may given optional parameters of call
@@ -90,7 +90,7 @@ published service ImportFilter
<p>
This internal filter name can be used on service <type>FilterFactory</type>
- to get further informations about it (e.g. his registration for mime types or extensions etc.)
+ to get further information about it (e.g. his registration for mime types or extensions etc.)
It's important that returned string is the "internal name" of the filter which must be
unambiguous against all other registered filters in current installation.
</p>
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index 417f6f1df618..2eccc42e586b 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module document {
<type scope="com::sun::star::beans" dim="[]">PropertyValue</type>.
Such descriptors will be passed to different functions, included into possible
load/save processes. Every member of such process can use this descriptor
- and may change it if to actualize the informations about the document.
+ and may change it if to actualize the information about the document.
So this descriptor should be used as an in/out parameter.
</p>
diff --git a/offapi/com/sun/star/document/TypeDetection.idl b/offapi/com/sun/star/document/TypeDetection.idl
index 822c106a8708..afe74c5e90da 100644
--- a/offapi/com/sun/star/document/TypeDetection.idl
+++ b/offapi/com/sun/star/document/TypeDetection.idl
@@ -144,7 +144,7 @@ published service TypeDetection
<p>
Against simple property search it provides some complex algorithms too.
- For further informations please read the SDK documentation.
+ For further information please read the SDK documentation.
</p>
*/
[optional] interface com::sun::star::container::XContainerQuery;
diff --git a/offapi/com/sun/star/document/XTypeDetection.idl b/offapi/com/sun/star/document/XTypeDetection.idl
index 5b7859302730..4d7eb7dad8b3 100644
--- a/offapi/com/sun/star/document/XTypeDetection.idl
+++ b/offapi/com/sun/star/document/XTypeDetection.idl
@@ -63,7 +63,7 @@ published interface XTypeDetection: com::sun::star::uno::XInterface
<p>
Instead of <member>XTypeDetection::queryTypeByURL()</member> this function
use a <type>MediaDescriptor</type> to specify the document for detection.
- Such descriptor hold different informations about the document.
+ Such descriptor hold different information about the document.
He will be passed to any part of made detection process and every part
can change it to actualize it.
The property <member>MediaDescriptor::URL</member> should be set on
diff --git a/offapi/com/sun/star/document/XViewDataSupplier.idl b/offapi/com/sun/star/document/XViewDataSupplier.idl
index 5b880999baf9..0dc6db77573d 100644
--- a/offapi/com/sun/star/document/XViewDataSupplier.idl
+++ b/offapi/com/sun/star/document/XViewDataSupplier.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module document {
*/
published interface XViewDataSupplier: com::sun::star::uno::XInterface
{
- /** retrieve informations about currently opened view to restore it later
+ /** retrieve information about currently opened view to restore it later
@returns
a <type scope="com::sun::star::container">XIndexAccess</type>,
diff --git a/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl b/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
index d98956101690..b0063f65bfb1 100644
--- a/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
+++ b/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module embed {
<type scope="com::sun::star::beans" dim="[]">PropertyValue</type>.
Such descriptors will be passed to different functions, included into
possible load/save processes. Every member of such process can use
- this descriptor and may change it to actualize the informations about
+ this descriptor and may change it to actualize the information about
the object. So this descriptor should be used as an in/out parameter.
</p>
diff --git a/offapi/com/sun/star/frame/FrameAction.idl b/offapi/com/sun/star/frame/FrameAction.idl
index 72508c30bf92..d2f9631aa044 100644
--- a/offapi/com/sun/star/frame/FrameAction.idl
+++ b/offapi/com/sun/star/frame/FrameAction.idl
@@ -27,7 +27,7 @@
of the desktop
<p>
- Interest listener can get informations about loaded/reloaded or unloaded
+ Interest listener can get information about loaded/reloaded or unloaded
components into a <type>Frame</type>.
</p>
diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl
index 8afdc1d35b26..c0f2023f64c6 100644
--- a/offapi/com/sun/star/frame/FrameLoader.idl
+++ b/offapi/com/sun/star/frame/FrameLoader.idl
@@ -62,9 +62,9 @@ published service FrameLoader
the <type>FrameLoaderFactory</type> after creation
if optional interface <type scope="com::sun::star::lang">XInitialization</type>
is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member>
- can be used on service <type>FrameLoaderFactory</type> to get further informations about this loader.
+ can be used on service <type>FrameLoaderFactory</type> to get further information about this loader.
Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member>
- must be forwarded to same factory service. He should decide, if it's allowed or not.
+ must be forwarded to same factory service. He should decide, if it's allowed or not.
The reason: prevent code against name ambiguities.
</p>
*/
diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
index 0928d259c75b..d6cc210d7627 100644
--- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
@@ -62,7 +62,7 @@ published service SynchronousFrameLoader
the <type>FrameLoaderFactory</type> after creation
if optional interface <type scope="com::sun::star::lang">XInitialization</type>
is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member> can be
- used on service <type>FrameLoaderFactory</type> to get further informations about this loader.
+ used on service <type>FrameLoaderFactory</type> to get further information about this loader.
Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member> must be
forwarded to same factory service. He should decide, if it's allowed or not.
The reason: prevent code against name ambiguities.
diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl
index 5ddead72db10..3bd75e84fd3f 100644
--- a/offapi/com/sun/star/frame/XDocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module frame {
/** provides a high level API to organize document templates
<p>
- Template informations are saved as links to the original content
+ Template information are saved as links to the original content
and organized in groups. This data should be persistent and can be
updated by calling special method <member>XDocumentTemplates::update()</member>.
A real implementation of this interface can do that on top of
diff --git a/offapi/com/sun/star/sdbcx/Descriptor.idl b/offapi/com/sun/star/sdbcx/Descriptor.idl
index d7b2d003ad14..baac025754e7 100644
--- a/offapi/com/sun/star/sdbcx/Descriptor.idl
+++ b/offapi/com/sun/star/sdbcx/Descriptor.idl
@@ -30,10 +30,10 @@
A descriptor is commonly created by the container of a specific object, such as, tables or views.
After the creation of the descriptor the properties have to be filled.
Afterwards, you append the descriptor to the container and the container creates a new object based
- on the informations of the descriptor. The descriptor can be used to create several objects.
+ on the information of the descriptor. The descriptor can be used to create several objects.
</p>
<p>
- A descriptor contains at least the informations of the name of an object.
+ A descriptor contains at least the information of the name of an object.
</p>
@see com::sun::star::sdbcx::XAppend
*/
diff --git a/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl b/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
index ac86bd4841f5..7ab0de988680 100644
--- a/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
+++ b/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
@@ -50,11 +50,11 @@ exception DocumentMacroConfirmationRequest : ClassifiedInteractionRequest
::com::sun::star::embed::XStorage
DocumentStorage;
- /** contains informations about the ODF version of the document
+ /** contains information about the ODF version of the document
*/
string DocumentVersion;
- /** contains informations about the signatures in the document
+ /** contains information about the signatures in the document
*/
sequence< ::com::sun::star::security::DocumentSignatureInformation >
DocumentSignatureInformation;