diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /uui/source/fltdlg.cxx | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'uui/source/fltdlg.cxx')
-rw-r--r-- | uui/source/fltdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index f2d895bff952..d6256cc54112 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -107,7 +107,7 @@ void FilterDialog::ChangeFilters( const FilterNameList* pFilterNames ) @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 really ... - but if we return sal_False ... user has cancel the dialog ... you should not do that. pSelectedItem isnt + but if we return sal_False ... user has cancel the dialog ... you should not do that. pSelectedItem is not set to any valid value then. We don't change them ... @seealso method ChangeFilters() @@ -115,7 +115,7 @@ void FilterDialog::ChangeFilters( const FilterNameList* pFilterNames ) @param "pSelectedItem", returns result of selection as pointer into set list of filter names (valid for function return sal_True only!) @return true => pSelectedItem parameter points into name list and represent use decision - false => use has cancelled dialog (pSelectedItem isn't valid then!) + false => use has cancelled dialog (pSelectedItem is not valid then!) @onerror We return false ... but don't change pSelectedItem! @threadsafe no |