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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|difficultyMedium            |difficultyBeginner, topicUI

--- Comment #6 from Heiko Tietze <[email protected]> ---
To remove "Default" from the context menu just remove this line
sc/uiconfig/scalc/popupmenu/drawtext.xml -> .uno:StandardTextAttributes

But to eradicate the function completely clear these too:
sc/sdi/scalc.sdi -> SfxVoidItem StandardTextAttributes SID_TEXT_STANDARD
sc/inc/sc.hrc -> #define SID_TEXT_STANDARD       (FORMAT_MENU_START + 18)
sc/sdi/drawsh.sdi -> SID_TEXT_STANDARD       [ ExecMethod = ExecDrawAttr;
StateMethod = NoState; ]
sc/sdi/drtxtob.sdi -> SID_TEXT_STANDARD       [ ExecMethod = ExecDrawAttr;
StateMethod = NoState; ]
sc/source/ui/drawfunc/drawsh.cxx -> case SID_TEXT_STANDARD: // delete hard text
attributes
sc/source/ui/drawfunc/drtxtob.cxx -> case SID_TEXT_STANDARD: // delete hard
text attributes


Search for SID_TEXT_STANDARD to double-check.

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

Reply via email to