From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- uui/source/fltdlg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uui') 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 -- cgit