https://bugs.documentfoundation.org/show_bug.cgi?id=87111

--- Comment #2 from Michael Meeks <michael.me...@collabora.com> ---
The warning on sheet deletion is here:

sc/source/ui/view/tabvwshf.cxx:

                    // no parameter given, ask for confirmation
                    bDoIt = ( RET_YES ==
                              ScopedVclPtr<QueryBox>::Create(
GetDialogParent(),
                                        WinBits( WB_YES_NO | WB_DEF_YES ),
                                       
ScGlobal::GetRscString(STR_QUERY_DELTAB)
                                  )->Execute() );

And I imagine we need a more complex dialog here that will mention that if
there are pivot tables pointing to these sheets (in TheTabs) - and we should
build the list of TheTabs before prompting instead of after as we do now.

Then we should warn harder =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to