https://bugs.documentfoundation.org/show_bug.cgi?id=154683
--- Comment #13 from Julien Nabet <[email protected]> --- The "Instance 1" appears when XFormsPage::LoadInstance from svx/source/form/datanavi.cxx is called (see https://opengrok.libreoffice.org/xref/core/svx/source/form/datanavi.cxx?r=116b9d6d#1130) Before the LoadInstance method is called, it will display "Instance". LoadInstance is only called from "XFormsPage::SetModel", this one tests on which part we are: Instance, Submission, Binding, it's only when we're in Instance part that the method is called. So if you save the file at a moment where Instance was selected, you'll get "Instance 1" when reopen the file, if "Binding" (as you tested) or "Submission", you'll get "Instance" by default until you click on "Instance". Now perhaps we should load all instances and perhaps also submissions and bindings and just call m_pNaviWin->AddContainerBroadcaster with the container depending on which tab we are ? -- You are receiving this mail because: You are the assignee for the bug.
