diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-24 15:33:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-24 20:37:14 +0100 |
commit | fc056783bc63b2dfc8ede01a10ab8a7e653e4aa3 (patch) | |
tree | 37e4357e40dd1c0e3e1bf32be20dd00136c4bb32 /sd/inc | |
parent | 2e1a38ceb6866248ec30f6fe58cd3adc1b910eec (diff) |
move titledockwin to the one place it's used
Change-Id: Ia9a1e0f687de3f916d59f28112b7b00c0d4a6610
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128872
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/bitmaps.hlst | 2 | ||||
-rw-r--r-- | sd/inc/strings.hrc | 2 |
2 files changed, 4 insertions, 0 deletions
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: */ |