diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-11 11:08:13 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-11 14:40:03 +0200 |
commit | 721cef392f301321a632a1d9286d57cd45335649 (patch) | |
tree | e1db93f819bd4752e12a8853ec2572ebdf0b91c2 /sw/inc | |
parent | 9c1b85c56077a9efbc6d91334dcbab3d1f0c0dd2 (diff) |
Deduplicate URL tooltip creation
Change-Id: I94eb40ff4d727029ad764a381df300beee90481c
Reviewed-on: https://gerrit.libreoffice.org/75409
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellres.hxx | 3 | ||||
-rw-r--r-- | sw/inc/strings.hrc | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index abdfb341cc35..85b18b0c2478 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -58,9 +58,6 @@ struct SW_DLLPUBLIC ShellResource OUString const aTOXAuthoritiesName; OUString const aTOXCitationName; - OUString aLinkCtrlClick; - OUString const aLinkClick; - std::vector<OUString> aDocInfoLst; // The autoFormat-Redline comments. diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 1de4f3303db8..7f9d7e28aeb3 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -690,8 +690,6 @@ #define STR_TOX_TBL NC_("STR_TOX_TBL", "Index of Tables") #define STR_TOX_OBJ NC_("STR_TOX_OBJ", "Table of Objects") #define STR_TOX_ILL NC_("STR_TOX_ILL", "Table of Figures") -#define STR_LINK_CTRL_CLICK NC_("STR_LINK_CTRL_CLICK", "%s-Click to follow link") -#define STR_LINK_CLICK NC_("STR_LINK_CLICK", "Click to follow link") // SubType DocInfo #define FLD_DOCINFO_TITEL NC_("FLD_DOCINFO_TITEL", "Title") #define FLD_DOCINFO_THEMA NC_("FLD_DOCINFO_THEMA", "Subject") |