[Libreoffice-ux-advise] [Bug 146937] Is the "refresh" command needed in the Template Manager?

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 28 11:03:25 UTC 2022


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsUXEval                 |difficultyBeginner,
                   |                            |easyHack, skillCpp,
                   |                            |topicDesign
           Severity|normal                      |enhancement
          Component|LibreOffice                 |Writer
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org,
                   |                            |mentoring at documentfoundatio
                   |                            |n.org

--- Comment #5 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Let's kill it with fire.

Code pointer: sfx2/source/doc/templatedlg.cxx

* #define MNI_ACTION_REFRESH   "refresh"
* mxActionBar->append_item(MNI_ACTION_REFRESH, SfxResId(STR_ACTION_REFRESH),
BMP_ACTION_REFRESH);
* MenuSelectHdl

include/sfx2/strings.hrc
* STR_ACTION_REFRESH

sfx2/inc/bitmap.hlst
* inline constexpr OUStringLiteral BMP_ACTION_REFRESH = u"res/reload.png";

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list