summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/ui/XSidebar.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/XSidebar.idl b/offapi/com/sun/star/ui/XSidebar.idl
index d5c495e05170..1881804d8b8e 100644
--- a/offapi/com/sun/star/ui/XSidebar.idl
+++ b/offapi/com/sun/star/ui/XSidebar.idl
@@ -29,7 +29,7 @@ interface XSidebar
{
/** Request layout of the sidebar.
Call this method when one of the panels wants to change its size due to
- late initilization or different content after a context change.
+ late initialization or different content after a context change.
*/
void requestLayout ();
} ;