| commit | 22c66999008aec900c49e5c6caf9a14d3e4e2969 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Oct 06 11:08:53 2022 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Oct 06 13:23:04 2022 +0200 |
| tree | 659d98864ae2243645a69e513a63a56e9a4fe943 | |
| parent | bebdbf0e03a53fa981189540677d0b12fc731d08 [diff] |
Related: tdf#150706 don't warn about already enabled LISTBOX_FILTER_LABEL Change-Id: I31173693145d4121735c93f2a72126e743bd0c2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141010 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx index 829e479..634764e 100644 --- a/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx
@@ -1361,6 +1361,10 @@ uno::Any SAL_CALL SalGtkFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nC void SAL_CALL SalGtkFilePicker::enableControl( sal_Int16 nControlId, sal_Bool bEnable ) { // skip this built-in one which is Enabled by default if (nControlId == ExtendedFilePickerElementIds::LISTBOX_FILTER_SELECTOR && bEnable) return; SolarMutexGuard g; OSL_ASSERT( m_pDialog != nullptr );