summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2019-10-30 19:49:57 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-10-31 01:02:02 +0100
commit57ba3d1d16df86d2393a8110620738e57265e19c (patch)
tree3dc2e62399bf153a890cb1694d3ee40eb9061475 /include
parent369eac81d4a5aa629762d04f1a9b9696ffec8f1f (diff)
tdf#84257: Consistent 'slide' naming in Impress UI
Change-Id: I6af0f6d79e145a4a0497cd72f960ee21d595b311 Reviewed-on: https://gerrit.libreoffice.org/81796 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/strings.hrc3
-rw-r--r--include/svx/svxids.hrc4
2 files changed, 6 insertions, 1 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 2ad744afa29e..d6d8c510ec03 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -1388,6 +1388,9 @@
#define STR_COLORTABLE NC_("STR_COLORTABLE", "Color Palette")
+// Used in the Slide Setup dialog of Impress
+#define STR_SLIDE_NUMBERS NC_("STR_SLIDE_NUMBERS", "Slide numbers:")
+
// String for saving modified image (instead of original)
#define RID_SVXSTR_SAVE_MODIFIED_IMAGE NC_("RID_SVXSTR_SAVE_MODIFIED_IMAGE", "The image has been modified. By default the original image will be saved.\nDo you want to save the modified version instead?")
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 1045ec364044..28d95b7ff6dd 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -987,8 +987,10 @@ class SvxSetItem;
#define SID_EDIT_QRCODE ( SID_SVX_START + 1192 )
#define SID_COPY_HYPERLINK_LOCATION ( SID_SVX_START + 1193 )
+#define SID_IMPRESS_DOC TypedWhichId<SfxBoolItem>( SID_SVX_START + 1194 )
+
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE ( SID_SVX_START + 1193 + 1 )
+#define SID_SVX_FIRSTFREE ( SID_SVX_START + 1194 + 1 )
// Overflow check for slot IDs
#if SID_SVX_FIRSTFREE > SID_SVX_END