summaryrefslogtreecommitdiff
path: root/include/svx/svxids.hrc
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-07-02 23:34:06 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-07-23 19:14:21 +0200
commita1b0408ab6655220a8ac3b6fe7f2875da8a365e7 (patch)
tree8047b7d6cd33fffce45dcb15dc85a3e5691bfa0c /include/svx/svxids.hrc
parentb66cfdbc1aa43fb42cf881bcc702798e95a50a9c (diff)
sw: dummy handler for paragraph signing
Change-Id: If6e9f75dcf8c8628295fe013328b3b1630d064a2 Reviewed-on: https://gerrit.libreoffice.org/40319 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/svx/svxids.hrc')
-rw-r--r--include/svx/svxids.hrc8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 4ed5b3ff69e9..09dc209d3e02 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -978,18 +978,16 @@
#define SID_DRAW_MEASURELINE ( SID_SVX_START + 1167 )
#define SID_AUTHOR_COLOR ( SID_SVX_START + 1168 )
#define SID_BMPMASK_COLOR ( SID_SVX_START + 1169 )
+#define SID_PARA_SIGNATURE_ADD ( SID_SVX_START + 1170 )
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE ( SID_BMPMASK_COLOR + 1 )
+#define SID_SVX_FIRSTFREE ( SID_PARA_SIGNATURE_ADD + 1 )
// Overflow check for slot IDs
-
#if SID_SVX_FIRSTFREE > SID_SVX_END
-#error Resource-Ueberlauf in #line, #file
+#error Resource-overflow in #line, #file
#endif
#endif
-// ******************************************************************* EOF
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */