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

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Heiko Tietze from comment #6)
> 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.

I don't think we should kill it at all, let's just delete it from the Calc
Comment's context menu

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

Reply via email to