diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:24:24 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:39:35 +0000 |
commit | 5bea199bae9986d7276a9b2379a577c6cea552ed (patch) | |
tree | cd9b75f7cb39b29a7a27244da2a187c224320613 /offapi/com | |
parent | 51d996354f11048d7759cd7e206a2383421c2c81 (diff) |
Fix typos
Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b
Reviewed-on: https://gerrit.libreoffice.org/34803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/ui/XSidebar.idl | 2 |
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 (); } ; |