https://bugs.documentfoundation.org/show_bug.cgi?id=114788
--- Comment #8 from Julien Nabet <[email protected]> ---
This patch helps:
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index 37a91bf0d4e3..8dd28703a9d9 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -1144,7 +1144,7 @@ bool FmFilterNavigator::EditingEntry( SvTreeListEntry*
pEntry, Selection& rSelec
if (!SvTreeListBox::EditingEntry( pEntry, rSelection ))
return false;
- return pEntry && dynamic_cast<const
FmFilterItem*>(static_cast<FmFilterData*>(pEntry->GetUserData())) == nullptr;
+ return pEntry && dynamic_cast<const
FmFilterItem*>(static_cast<FmFilterData*>(pEntry->GetUserData())) != nullptr;
}
=> I can edit a value of the child of "Or"
=> I can't edit "Or" or "MainForm"
The only pb is if I click on the first "Or" or child of "Or" and select
"Delete", it indeed deletes it changes the next one from "Or" to "Filter for"
But perhaps we may push this patch and fix the other pb afterwards?
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs