summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetection.idl2
-rw-r--r--offapi/com/sun/star/document/FilterFactory.idl2
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl2
-rw-r--r--offapi/com/sun/star/document/XExtendedFilterDetection.idl2
-rw-r--r--offapi/com/sun/star/frame/ContentHandler.idl2
-rw-r--r--offapi/com/sun/star/frame/ProtocolHandler.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorder.idl4
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl2
-rw-r--r--offapi/com/sun/star/sdb/TableDescriptor.idl2
9 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 0967ac7d1474..8f1034b50c5f 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetection.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetection.idl
@@ -57,7 +57,7 @@ module com { module sun { module star { module document {
You can also implement and register detectors for groups of types.
</li>
</ul>
- See service <type>TypeDetection</type> and his configuration for further informations.
+ See service <type>TypeDetection</type> and his configuration for further information.
</p>
@see TypeDetection
diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl
index f8024f3a5eec..ab518e01311c 100644
--- a/offapi/com/sun/star/document/FilterFactory.idl
+++ b/offapi/com/sun/star/document/FilterFactory.idl
@@ -141,7 +141,7 @@ published service FilterFactory
<td><em>Type</em></td>
<td>[string]</td>
<td>Every filter is registered for a type. This value contains the internal name of it.
- (see service <type>TypeDetection</type> for further informations)</td>
+ (see service <type>TypeDetection</type> for further information)</td>
</tr>
<tr>
<td><em>DocumentService</em></td>
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index 2eccc42e586b..d8326669dc2f 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -417,7 +417,7 @@ service MediaDescriptor
*/
[optional,property] boolean RepairPackage;
- /** can be used for status informations
+ /** can be used for status information
<p>
Object implementing the <type scope="com::sun::star::task">XStatusIndicator</type>
diff --git a/offapi/com/sun/star/document/XExtendedFilterDetection.idl b/offapi/com/sun/star/document/XExtendedFilterDetection.idl
index c3ec86d2a48d..4462c5640769 100644
--- a/offapi/com/sun/star/document/XExtendedFilterDetection.idl
+++ b/offapi/com/sun/star/document/XExtendedFilterDetection.idl
@@ -51,7 +51,7 @@ published interface XExtendedFilterDetection: com::sun::star::uno::XInterface
</p>
@param Descriptor
- represent a <type>MediaDescriptor</type> which can be used to get/set informations
+ represent a <type>MediaDescriptor</type> which can be used to get/set information
about the detected document
@returns
diff --git a/offapi/com/sun/star/frame/ContentHandler.idl b/offapi/com/sun/star/frame/ContentHandler.idl
index 022262849a0d..1df594e8eca6 100644
--- a/offapi/com/sun/star/frame/ContentHandler.idl
+++ b/offapi/com/sun/star/frame/ContentHandler.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module frame {
This handler doesn't need any frame as target for loading components.
Content handler are registered for content types.
(See type/filter configuration of <type scope="com::sun::star::document">TypeDetection</type>
- for further informations) If generic load mechanism found such documents which
+ for further information) If generic load mechanism found such documents which
can be handled by a ContentHandler it will create and use it.
</p>
diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl
index 0b5541c61ed8..7bb52082d496 100644
--- a/offapi/com/sun/star/frame/ProtocolHandler.idl
+++ b/offapi/com/sun/star/frame/ProtocolHandler.idl
@@ -52,7 +52,7 @@ published service ProtocolHandler
*/
interface XDispatchProvider;
- /** initialize the new handler instance with some context informations
+ /** initialize the new handler instance with some context information
<p>
Sometimes it can be useful for a handler object, to know something about the
diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl
index 38699616124a..d287512b754a 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl
@@ -77,7 +77,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface
optional arguments for the command URL
<br>
(see <type scope="com::sun::star::document">MediaDescriptor</type>
- for further informations)
+ for further information)
*/
void recordDispatch(
[in] com::sun::star::util::URL URL,
@@ -97,7 +97,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface
optional arguments for the command URL
<br>
(see <type scope="com::sun::star::document">MediaDescriptor</type>
- for further informations)
+ for further information)
*/
void recordDispatchAsComment(
[in] com::sun::star::util::URL URL,
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index bc9c8f0d385d..92c933640f50 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -52,7 +52,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
@param Arguments
optional arguments for loading
- (see <type scope="com::sun::star::document">MediaDescriptor</type> for further informations)
+ (see <type scope="com::sun::star::document">MediaDescriptor</type> for further information)
@param Listener
this listener will be informed about success
diff --git a/offapi/com/sun/star/sdb/TableDescriptor.idl b/offapi/com/sun/star/sdb/TableDescriptor.idl
index 99e44263a495..12e0ddd95423 100644
--- a/offapi/com/sun/star/sdb/TableDescriptor.idl
+++ b/offapi/com/sun/star/sdb/TableDescriptor.idl
@@ -28,7 +28,7 @@
/** extends the service
<type scope="com::sun::star::sdbcx">TableDescriptor</type>
- with additional display informations, sorting, and filtering criteria.
+ with additional display information, sorting, and filtering criteria.
*/
published service TableDescriptor
{