From 355770eff40acc07e9cd46fa4dcfb39e6a86166e Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 11 Nov 2014 21:47:01 +0100 Subject: fdo82708 Add missing tooltips to Writer Statusbar Change-Id: Ie44b8de69b98ebfa789cc8f9a1d8a60b698fc154 Reviewed-on: https://gerrit.libreoffice.org/12368 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- sw/inc/rcid.hrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'sw/inc/rcid.hrc') diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 4e8428a0a52b..0af476262780 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -40,7 +40,6 @@ #define RC_FRMDLG (RC_BASE + 1000) #define RC_FLDDLG (RC_BASE + 1100) #define RC_UTLUI (RC_BASE + 1250) -#define RC_ATTR (RC_BASE + 1350) #define RC_TABLE (RC_BASE + 1450) #define RC_CONFIG (RC_BASE + 1550) #define RC_MISC (RC_BASE + 1650) @@ -71,6 +70,7 @@ #define RC_PAGEFRM (RC_BASE + 4250) #define RC_IDXTXT (RC_BASE + 4350) #define RC_SIDEBAR (RC_BASE + 4450) +#define RC_ATTR (RC_BASE + 4550) /*-------------------------------------------------------------------- Description: areas unharness @@ -149,11 +149,7 @@ // Utilities UI #define RC_UTLUI_BEGIN RC_UTLUI -#define RC_UTLUI_END (RC_UTLUI + 99) - -// Utilities UI-Attributes -#define RC_ATTR_BEGIN RC_ATTR -#define RC_ATTR_END (RC_ATTR + 99) +#define RC_UTLUI_END (RC_UTLUI + 199) // Tables #define RC_TABLE_BEGIN RC_TABLE @@ -258,6 +254,11 @@ // sidebar (mostly the Page one) #define RC_SIDEBAR_BEGIN RC_SIDEBAR +#define RC_SIDEBAR_END (RC_SIDEBAR + 99) + +// Utilities UI-Attributes +#define RC_ATTR_BEGIN RC_ATTR +#define RC_ATTR_END (RC_ATTR + 99) #endif -- cgit