diff options
author | Gregg King <smokedart@gmail.com> | 2013-02-28 18:11:24 -0400 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-02 02:45:55 +0000 |
commit | db7a441342f7a22d23492dbd25b113e9573db192 (patch) | |
tree | e599f39d757a43af20bc16851072c396634da07d /offapi/com/sun/star/frame | |
parent | 9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (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/sun/star/frame')
-rw-r--r-- | offapi/com/sun/star/frame/FrameAction.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/FrameLoader.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/SynchronousFrameLoader.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XDocumentTemplates.idl | 2 |
4 files changed, 5 insertions, 5 deletions
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 |