diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
commit | 3a014901fdc4134f4fae669b66b154b1137c2352 (patch) | |
tree | b991fc3cabb21e4048bb41d894965e94c0b98e19 /fpicker | |
parent | e3f141323eea90259248cef4576ddb267b9c2d06 (diff) |
Fix typo seperated/separated
Change-Id: I133423de994b1befe246b6c921802428a3528202
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/filepickerstate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/filepickerstate.cxx b/fpicker/source/win32/filepicker/filepickerstate.cxx index 3684d4a82f9b..991f15a1f51b 100644 --- a/fpicker/source/win32/filepicker/filepickerstate.cxx +++ b/fpicker/source/win32/filepicker/filepickerstate.cxx @@ -655,7 +655,7 @@ inline sal_Bool SAL_CALL CExecuteFilePickerState::IsListboxControl( HWND hwndCon //--------------------------------------------- // because listboxes (comboboxes) and their labels -// are seperated we have to translate the listbox +// are separated we have to translate the listbox // id to their corresponding label id // the convention is that the label id of a listbox // is the id of the listbox + 100 |