summaryrefslogtreecommitdiff
path: root/sw/inc/shellres.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-24 10:34:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-24 10:43:00 +0100
commitf3167bd7d33fbc1e93f0728ab06b6d67fc1956bd (patch)
treef41524b9a06afa7e1c30a8bd13bbfe8627b2ba91 /sw/inc/shellres.hxx
parentef16fa914bc33b64bafb67637e6983ddc310c415 (diff)
Related: fdo#70571 say [ctrl+]click to follow link
as opposed to "hyperlink". Be more generic and consistent across both ctrl+click and click modes. Change-Id: I673ed59fc9f3408a0c4534c6490d9bbc3598bc08
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r--sw/inc/shellres.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx
index 85d5d95b7971..0538045b6ebe 100644
--- a/sw/inc/shellres.hxx
+++ b/sw/inc/shellres.hxx
@@ -64,7 +64,8 @@ struct SW_DLLPUBLIC ShellResource : public Resource
OUString aTOXTablesName;
OUString aTOXAuthoritiesName;
- OUString aHyperlinkClick;
+ OUString aLinkCtrlClick;
+ OUString aLinkClick;
std::vector<OUString> aDocInfoLst;