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

--- Comment #6 from Stephan Bergmann <sberg...@redhat.com> ---
When configmgr is asked to change a finalized value via

  xNameReplace->replaceByName( OUString("ForceSafeServiceImpl"),
                               makeAny(!_bEnabled) );

in CanvasSettings::EnabledHardwareAcceleration (cui/source/options/optgdlg.cxx)
it throws a css::lang::IllegalArgumentException in
configmgr::Access::checkFinalized (configmgr/source/access.cxx) that is
apparently not handled properly.

The Options dialog appears to handle the possibility of the underlying
configuration value being finalized for only a few of the configuration values
exposed through the dialog.  One example is m_pFileDialogCB/m_pFileDlgROImage
in OfaMiscTabPage (also cui/source/options/optgdlg.cxx), which is supposed to
show a lock and disable the checkbox of "Use LbireOffice dialogs" when the
underlying configuration value is finalized.

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

Reply via email to