diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2023-05-12 11:34:02 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-05-15 08:45:11 +0200 |
commit | 4356790bdf493c68ab609468603ec57e98dd2dae (patch) | |
tree | 8d790ffa6302b9364d7498937303aaf2b82e423b /cui/inc | |
parent | c35e5ce3fc1de78762e03cf2b38fce1398841b20 (diff) |
Resolves tdf#155070 - Easy access to skia.log
Change-Id: I2aac7a060bbb1d31510da67120728c8a24f0de88
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151699
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui/inc')
-rw-r--r-- | cui/inc/bitmaps.hlst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/inc/bitmaps.hlst b/cui/inc/bitmaps.hlst index 5e10e014b446..db0a6ae98d11 100644 --- a/cui/inc/bitmaps.hlst +++ b/cui/inc/bitmaps.hlst @@ -71,6 +71,7 @@ inline constexpr OUStringLiteral RID_SVXBMP_LEGTYP3 = u"svx/res/legtyp3.png"; inline constexpr OUStringLiteral RID_SVXBMP_COMPONENT = u"res/component_16.png"; inline constexpr OUStringLiteral RID_SVXBMP_MACRO = u"svx/res/id018.png"; +inline constexpr OUStringLiteral RID_SVXBMP_COPY = u"cmd/sc_copy.png"; inline constexpr OUStringLiteral RID_SVXBMP_STARS_FULL = u"cmd/sc_stars-full.png"; |