summaryrefslogtreecommitdiff
path: root/sw/inc/bitmaps.hlst
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2023-06-23 14:57:54 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2023-09-27 17:04:57 +0200
commita52bc9b5d6f86b6919931db21d83834d6c14e955 (patch)
tree71cc9c6d12aa788db898361433684b25b85dd881 /sw/inc/bitmaps.hlst
parent47c4d0fbdc681287f2fd9f5240ca1ce7a960ec18 (diff)
Resolves tdf#155561 - Notification for the overwrite mode
Dialog shown when it's enabled for the first time Introduces the registry variable QuerySetInsMode Adds an eye-catching image under res/queryinsmode.png Change-Id: I0131177fb54238d48a671bc9ceb88283f796a526 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153505 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/inc/bitmaps.hlst')
-rw-r--r--sw/inc/bitmaps.hlst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/bitmaps.hlst b/sw/inc/bitmaps.hlst
index 3d1e322af006..98509bd5993e 100644
--- a/sw/inc/bitmaps.hlst
+++ b/sw/inc/bitmaps.hlst
@@ -116,4 +116,6 @@ inline constexpr OUStringLiteral RID_BMP_PREVIEW_FALLBACK = u"sw/res/image-examp
inline constexpr OUStringLiteral RID_BMP_A11Y_CHECK_ISSUES_NOT_FOUND = u"svx/res/a11y_check_issues_not_found.png";
inline constexpr OUStringLiteral RID_BMP_A11Y_CHECK_ISSUES_FOUND = u"svx/res/a11y_check_issues_found.png";
+inline constexpr OUStringLiteral RID_BMP_QUERYINSMODE = u"res/queryinsmode.png";
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */