summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 12:38:15 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 12:38:15 +0000
commit5289c32822c73d0892c3a3478421604e7f0ddb4c (patch)
tree3697026a868abdc50289240a4b84f3992fb58a73 /offapi/com/sun/star/frame
parent6bcb323a18cfcabf0eb40e0b5931124dc88fb9a1 (diff)
INTEGRATION: CWS jsc21 (1.21.16); FILE MERGED
2008/07/04 07:53:56 jsc 1.21.16.1: #i88797# correct spelling error
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/Frame.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl
index 113fd97f58c2..59bd421e2209 100644
--- a/offapi/com/sun/star/frame/Frame.idl
+++ b/offapi/com/sun/star/frame/Frame.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Frame.idl,v $
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
* This file is part of OpenOffice.org.
*
@@ -197,9 +197,9 @@ published service Frame
[optional, property] XDispatchRecorderSupplier RecorderSupplier;
//-------------------------------------------------------------------------
- /** provides access to the layout manager of the frame
+ /** provides access to the <type>LayoutManager</type> of the frame.
*/
- [optional, property] com::sun::star::uno::XInterface LayoutManger;
+ [optional, property] com::sun::star::uno::XInterface LayoutManager;
};
//=============================================================================