https://bugs.documentfoundation.org/show_bug.cgi?id=146906
--- Comment #21 from Eike Rathke <[email protected]> --- (In reply to Heiko Tietze from comment #20) > | ### CTRL+SHIFT+F6 > | Dumps the SfxItemSet representing the cell properties' of the > | current selection as a xml file. The file will be named dump.xml > > Looking into the code (sc/source/ui/view/gridwin.cxx) I found this: > ScGridWindow::KeyInput(const KeyEvent& rKEvt) > ... > #ifdef DBG_UTIL > if (rKeyCode.IsMod1() && rKeyCode.IsShift()) > ... > else if (rKeyCode.GetCode() == KEY_F6) > dumpCellProperties(); > > I'd prefer to remove this shortcut(s, there are some more). Eike, any > concerns? I'm against removing as we need some means to access those dump facilities. If it conflicts, rather find a better shortcut. -- You are receiving this mail because: You are the assignee for the bug.
