diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
commit | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch) | |
tree | 2a91fcbcb206d60dcc652a336bb9b6813578815e /offapi/com/sun/star/frame | |
parent | 7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff) |
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r-- | offapi/com/sun/star/frame/ContentHandler.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/ProtocolHandler.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XDispatchRecorder.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XFrameLoader.idl | 2 |
4 files changed, 5 insertions, 5 deletions
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 |