summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-12-20 11:25:37 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-20 15:55:00 +0100
commitb55259eeb549482477c57d854f3de72aff345edb (patch)
tree35e474b8458ae776a8455f4f78e73ae28c611180 /uui
parent377ec698afc98a9a098b456f4ae3c694498df6a2 (diff)
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'uui')
-rw-r--r--uui/source/fltdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx
index 5ffbec2459c5..f6dc852c6151 100644
--- a/uui/source/fltdlg.cxx
+++ b/uui/source/fltdlg.cxx
@@ -37,7 +37,7 @@ namespace uui
/*-************************************************************************************************************//**
@short initialize filter dialog with start values
- @descr We set some neccessary information on these instance for later working and create internal structures.
+ @descr We set some necessary information on these instance for later working and create internal structures.
After construction user should call "SetFilters()" and "SetURL()" to fill listbox with selectable filter
names and set file name of file, which should be used for selected filter.
@@ -120,7 +120,7 @@ void FilterDialog::ChangeFilters( const FilterNameList* pFilterNames )
@short ask user for his decision
@descr We show the dialog and if user finish it with "OK" - we try to find selected item in internal saved
name list (which you must set in "ChangeFilters()"!). If we return sal_True as result, you can use out
- parameter "pSelectedItem" as pointer into your FilterNameList to get selected item realy ...
+ parameter "pSelectedItem" as pointer into your FilterNameList to get selected item really ...
but if we return sal_False ... user has cancel the dialog ... you should not do that. pSelectedItem isnt
set to any valid value then. We don't change them ...