diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 10:14:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 10:39:36 +0200 |
commit | 78425b0df6462a3c63c3b0241f0d71d464bb7b0c (patch) | |
tree | 8aaa9b0d62842ff168735e19c3203ed3414f0f54 /offapi | |
parent | 59e8e8151ae1f13a5a08d0af81c499413c15bc4d (diff) |
s/heigth/height/
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFilePreview.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl index 10b88b6a4eb1..c6d749b63085 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl @@ -65,7 +65,7 @@ published interface XFilePreview: com::sun::star::uno::XInterface 0 will be returned. @returns - The heigth of the preview window in pixel. + The height of the preview window in pixel. */ long getAvailableHeight( ); |