Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


After see commit 15175a00c976d48f132bc3458e961d1cb2e62a9b [1] "remove
obsolete helpids and cleanup uiconfig XML",
I wonder if "helpid" field could be removed also of (popup) menus
defined in .SRC files.

Like these cases:
http://opengrok.libreoffice.org/xref/core/sw/source/ui/inc/toolbox.hrc#34

    ToolBoxItem\
    {\
        Identifier = SID_ATTR_CHAR_FONTHEIGHT ; \
        HelpID = SID_ATTR_CHAR_FONTHEIGHT ; \
    };\

or
http://opengrok.libreoffice.org/xref/core/svx/source/fmcomp/gridctrl.src#33

     26 Menu RID_SVXMNU_ROWS
     27 {
     28     ItemList =
     29     {
     30         MenuItem
     31         {
     32             Identifier = SID_FM_DELETEROWS ;
     33             HelpId = HID_FM_DELETEROWS ;
     34             Text [ en-US ] = "Delete Rows" ;
     35         };

There's a lot of similar cases.

Regards,
Rodolfo

[1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=15175a00c976d48f132bc3458e961d1cb2e62a9b

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.