From fc056783bc63b2dfc8ede01a10ab8a7e653e4aa3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Jan 2022 15:33:46 +0000 Subject: move titledockwin to the one place it's used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia9a1e0f687de3f916d59f28112b7b00c0d4a6610 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128872 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/inc/bitmaps.hlst | 2 ++ sd/inc/strings.hrc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'sd/inc') diff --git a/sd/inc/bitmaps.hlst b/sd/inc/bitmaps.hlst index 9e66e87dd032..e1c798cfae4e 100644 --- a/sd/inc/bitmaps.hlst +++ b/sd/inc/bitmaps.hlst @@ -207,4 +207,6 @@ inline constexpr OUStringLiteral BMP_MENU_PREV = u"cmd/sc_prevrecord.png"; 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 SFX_BMP_CLOSE_DOC = u"sfx2/res/closedoc.png"; + /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index 68be404dfaf9..c67d1c9d1579 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -483,4 +483,6 @@ #define RID_SVXSTR_MENU_FIRST NC_("RID_SVXSTR_MENU_FIRST", "~First Slide") #define RID_SVXSTR_MENU_LAST NC_("RID_SVXSTR_MENU_LAST", "~Last Slide") +#define STR_CLOSE_PANE NC_("STR_CLOSE_PANE", "Close Pane") + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit