From c32b6be06bf5453d82d9aad64aed5f384c9d1d1f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:32:37 +0200 Subject: fdo#60724 correct spelling Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f --- uui/source/fltdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uui/source/fltdlg.cxx') diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index 0e724d0c58cf..8da56bebb2dd 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -121,7 +121,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 realy ... - but if we return sal_False ... user hsa cancel the dialog ... you shouldnt do that. pSelectedItem isnt + but if we return sal_False ... user has cancel the dialog ... you shouldnt do that. pSelectedItem isnt set to any valid value then. We don't change them ... @seealso method ChangeFilters() -- cgit