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 /fpicker | |
parent | 59e8e8151ae1f13a5a08d0af81c499413c15bc4d (diff) |
s/heigth/height/
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/helppopupwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx index 7b0ddf2262de..c0f70a79ba23 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.cxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx @@ -123,7 +123,7 @@ void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y ) { OSL_ENSURE( NULL == m_hwnd, "method should not be called twice in sequence" ); - // we create a window with length and heigth of 0 + // we create a window with length and height of 0 // first in order to get a device context of this // window, then we calculate the upper left corner // and the dimensions and resize the window |