diff options
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/fltdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |