diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-03 13:27:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-04 19:16:40 +0200 |
commit | 77befddec9486403c471b2beafd4ca0fd2429c5a (patch) | |
tree | 26eec86a03710d526f6f031b8898930777626921 /sd/inc | |
parent | 798ea743033273714780ba7bcf5a29a9b6c2d4a1 (diff) |
loplugin:unusedvarsglobal
Change-Id: Ia86c8bd0bdc85c375eb3837ba97f9e171d9dac6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153974
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/bitmaps.hlst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/inc/bitmaps.hlst b/sd/inc/bitmaps.hlst index 3ec2ba28965e..b508112e4881 100644 --- a/sd/inc/bitmaps.hlst +++ b/sd/inc/bitmaps.hlst @@ -209,11 +209,8 @@ inline constexpr OUStringLiteral BMP_MENU_FIRST = u"cmd/sc_firstrecord.png"; inline constexpr OUStringLiteral BMP_MENU_LAST = u"cmd/sc_lastrecord.png"; inline constexpr OUStringLiteral BMP_PREV_SLIDE = u"sd/res/prevslide.png"; -inline constexpr OUStringLiteral BMP_PREV_SLIDE_MOUSE_OVER = u"sd/res/prevslide_mouseover.png"; inline constexpr OUStringLiteral BMP_NEXT_SLIDE = u"sd/res/nextslide.png"; -inline constexpr OUStringLiteral BMP_NEXT_SLIDE_MOUSE_OVER = u"sd/res/nextslide_mouseover.png"; inline constexpr OUStringLiteral BMP_MENU_SLIDE = u"sd/res/slideshowmenu.png"; -inline constexpr OUStringLiteral BMP_MENU_SLIDE_MOUSE_OVER = u"sd/res/slideshowmenu_mouseover.png"; inline constexpr OUStringLiteral SFX_BMP_CLOSE_DOC = u"sfx2/res/closedoc.png"; |