summaryrefslogtreecommitdiff
path: root/uui/source/fltdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/fltdlg.cxx')
-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 27c644b23f39..3571b2e66578 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 informations on these instance for later working and create internal structures.
+ @descr We set some neccessary 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.
@@ -98,7 +98,7 @@ void FilterDialog::SetURL( const String& sURL )
@param "pFilterNames", pointer to list of filter names, which should be used for later operations.
@return -
- @onerror We clear list box and forget our currently set filter informations completly!
+ @onerror We clear list box and forget our currently set filter information completly!
@threadsafe no
*//*-*************************************************************************************************************/
void FilterDialog::ChangeFilters( const FilterNameList* pFilterNames )