summaryrefslogtreecommitdiffstats
path: root/sc/inc/sc.hrc
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-09-09 09:47:25 +0200
committerAndras Timar <andras.timar@collabora.com>2014-09-09 10:37:39 +0200
commit5390946c8651bfae8b88e2e9f2a286bcd5fbdf3b (patch)
tree4da344bd8739f8452cbfe177c02c0e6c88d00af2 /sc/inc/sc.hrc
parentfdo#75757: remove inheritance to std::vector (diff)
downloadcore-5390946c8651bfae8b88e2e9f2a286bcd5fbdf3b.tar.gz
core-5390946c8651bfae8b88e2e9f2a286bcd5fbdf3b.zip
fdo#80098 make header of Search Result dialog localizable
Change-Id: I16ec29e4f35f00e39d88dd334284db7bf051a846
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r--sc/inc/sc.hrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index db71dbee528a..420d1492497a 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -915,6 +915,12 @@
#define SCSTR_PRINT_OPTIONS (STR_START + 216)
#define SCSTR_WARN_ME_IN_FUTURE_CHECK (STR_START + 217)
+// header of search result dialog
+
+#define STR_SHEET (STR_START + 218)
+#define STR_CELL (STR_START + 219)
+#define STR_CONTENT (STR_START + 220)
+
// navigator - in the same order as SC_CONTENT_...
#define SCSTR_CONTENT_ROOT (STR_START + 250)
#define SCSTR_CONTENT_TABLE (STR_START + 251)