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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #10 from Justin L <[email protected]> ---
OK - this can be seen by going to Tools - Options - LibreOffice - Advanced -
Expert configuration  and searching for "scalc/10243" (which is
SID_SPELL_DIALOG). 

Mine has the value "V2,V,0" for version 2, Visible, SfxChildWindowFlags::NONE

This is being read in with sfx2/source/appl/childwin.cxx's
SfxChildWindow::InitializeChildWinFactory_Impl.

The only spot with qualifications for whether to save or not is
SfxWorkWindow::SaveStatus_Impl which checks IsDockingAllowed...

Well, look at this...
SfxChildWinInfo SwSpellDialogChildWindow::GetInfo() const
{
    SfxChildWinInfo aInfo = svx::SpellDialogChildWindow::GetInfo();
    aInfo.bVisible = false;
    return aInfo;
}
from commit 999bb4cd6a6c67c622889b0344918a7664c86cf3
  Author: RĂ¼diger Timm on Tue Oct 18 12:50:07 2005 +0000
  2005/05/11 10:33:43 os 1.3.172.1: #i48417# ::GetInfo(): set bVisible to FALSE
to prevent unwanted opening

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to