https://bugs.documentfoundation.org/show_bug.cgi?id=166733
--- Comment #7 from Heiko Tietze <[email protected]> --- Some "debug" STR: In sfx2/source/view/viewfrm.cxx method SfxViewFrame::Notify() line #1646 if (!SfxApplication::IsHeadlessOrUITest()) add (mentally) if (bIsFirstStart) SAL_DEBUG("First Start"); This "First Start" will be shown after running Writer in safe mode - and if you start Calc via File > New again. The variable ooo::Common::Misc::FirstRun triggers the Welcome dialog but apparently also the Quickstarter on Windows. So my question is whether we need to fix the FirstRun::set() or if I should introduce my own variable. After FirstRun::set() is set to true in isProductVersionUpgraded() the latter seems to be necessary. -- You are receiving this mail because: You are the assignee for the bug.
