summaryrefslogtreecommitdiff
path: root/sw/inc/globals.hrc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-12-11 09:23:09 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-12-11 10:27:20 +0000
commit4ebfc20386b4c3945c6387e464246f5f630efab1 (patch)
tree1a2bf07f6e01ab1a190d17ea1b0595de1985a364 /sw/inc/globals.hrc
parentaac08c38c0ca5b24a395735cb64db2a98e2d6e62 (diff)
tdf#96075 Frame alignment buttons not using correct tooltips
Tooltips change on state change, and they were taken from another source. Unify this to reuse the existing strings from the uno command. Change-Id: I8ff6fc43bc0469f15c9e930695d950f6d664bfdf Reviewed-on: https://gerrit.libreoffice.org/20629 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit ba659f71f482dd74a83aaa9710ea65fff27ac274) Reviewed-on: https://gerrit.libreoffice.org/20631
Diffstat (limited to 'sw/inc/globals.hrc')
-rw-r--r--sw/inc/globals.hrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc
index 0335de103dca..7087ac53a5d8 100644
--- a/sw/inc/globals.hrc
+++ b/sw/inc/globals.hrc
@@ -59,10 +59,8 @@
#define STR_TOP_BASE (RC_GLOBALS_BEGIN + 31)
#define STR_BOTTOM_BASE (RC_GLOBALS_BEGIN + 32)
#define STR_CENTER_BASE (RC_GLOBALS_BEGIN + 33)
-#define STR_TOP (RC_GLOBALS_BEGIN + 34)
-#define STR_BOTTOM (RC_GLOBALS_BEGIN + 35)
-#define STR_CENTER_HORI (RC_GLOBALS_BEGIN + 36)
-#define STR_CENTER_VERT (RC_GLOBALS_BEGIN + 37)
+
+// free
#define STR_LOAD_HTML_DOC (RC_GLOBALS_BEGIN + 38)