summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-01-04 07:08:56 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-02-17 02:27:48 +0100
commitc084a6cc7a44ecd652b78351a35dd5c3ae9624f1 (patch)
treed0cfa613cd7d3b423ac56b4abb1ba9e13a7e5b58
parent6d883096dc275e1b384ed9ad08fd9ab4ad26bb3f (diff)
Change-Id: Ida1bfdaf86690a95df3949b5287dc0b10223e907 Reviewed-on: https://gerrit.libreoffice.org/47371 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 9219a96f5e75fc59492259f354051ce980697c95) Reviewed-on: https://gerrit.libreoffice.org/47384
-rw-r--r--source/text/shared/01/01060001.xhp2
-rw-r--r--source/text/shared/01/01060002.xhp2
-rw-r--r--source/text/shared/02/20050000.xhp2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/01/01060001.xhp b/source/text/shared/01/01060001.xhp
index c3fe8e397a..40d9f2b03a 100644
--- a/source/text/shared/01/01060001.xhp
+++ b/source/text/shared/01/01060001.xhp
@@ -30,7 +30,7 @@
<paragraph role="paragraph" id="par_id431513629862558" xml-lang="en-US">Long click on the <emph>Save</emph> icon and select <emph>Save Remote Files...</emph></paragraph>
<embed href="text/shared/00/00000401.xhp#sysave"/>
</section>
- <paragraph role="paragraph" id="par_id531513630220632" xml-lang="en-US">A remote file server is web service that stores documents with or without check-in, check-out, version controls and backups.</paragraph>
+ <paragraph role="paragraph" id="par_id531513630220632" xml-lang="en-US">A remote file server is a web service that stores documents with or without check-in, check-out, version controls and backups.</paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id951513629981585" xml-lang="en-US"><link href="text/shared/guide/cmis-remote-files.xhp" name="CMIS">Opening and saving files in remote servers</link></paragraph>
</section>
diff --git a/source/text/shared/01/01060002.xhp b/source/text/shared/01/01060002.xhp
index 1d2ed50ccf..1d6c032c70 100644
--- a/source/text/shared/01/01060002.xhp
+++ b/source/text/shared/01/01060002.xhp
@@ -28,7 +28,7 @@
<section id="howtoget">
<paragraph role="paragraph" id="par_id701513472080716" xml-lang="en-US">Choose <item type="menuitem">File - Save a Copy</item></paragraph>
</section>
- <paragraph role="paragraph" id="par_id881513473450156" xml-lang="en-US">Creates another file with same contents of the current file. The current file is kept opened for edition.</paragraph>
+ <paragraph role="paragraph" id="par_id881513473450156" xml-lang="en-US">Creates another file with same contents of the current file. The current file is kept open for editing.</paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id21513472326060" xml-lang="en-US"><link href="text/shared/01/01060000.xhp" name="Save">Save</link></paragraph>
<paragraph role="paragraph" id="par_id411513472333495" xml-lang="en-US"><link href="text/shared/01/01070000.xhp" name="Save As">Save as</link></paragraph>
diff --git a/source/text/shared/02/20050000.xhp b/source/text/shared/02/20050000.xhp
index b79d80a584..4d76be7197 100644
--- a/source/text/shared/02/20050000.xhp
+++ b/source/text/shared/02/20050000.xhp
@@ -67,7 +67,7 @@
<paragraph role="paragraph" id="par_id3149580" xml-lang="en-US">Extending selection (<item type="keycode">F8</item>)</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
- <paragraph role="paragraph" id="par_id3153717" xml-lang="en-US">By using the arrow keys or the <item type="keycode">Home</item> and <item type="keycode">End</item> keys you can extend or crop the current selection. Clicking into the text selects the text between the current cursor position and the click position. You also can use (with or without <item type="keycode">Shift</item> key) the arrow keys and the keys <item type="keycode">Home</item> and <item type="keycode">End</item> to increase or decrease the current selection.</paragraph>
+ <paragraph role="paragraph" id="par_id3153717" xml-lang="en-US">By using the arrow keys or the <item type="keycode">Home</item> and <item type="keycode">End</item> keys you can extend or crop the current selection. Clicking into the text selects the text between the current cursor position and the click position.</paragraph>
</tablecell>
</tablerow>
<tablerow>
on value='libreoffice-5-1-6'>libreoffice-5-1-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlreader
AgeCommit message (Expand)Author
2021-12-02Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann
2021-05-14Revert "improve perf of xmlreader::Pad"Noel Grandin
2021-05-11improve perf of xmlreader::PadNoel Grandin
2021-04-10speed up XmlReader::handleSkippedTextNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2019-10-10Revert "Optimize getNamespaceId (xmlreader)"Julien Nabet
2019-10-08cleanups in xmlreaderNoel Grandin
2019-10-06we can use Span for the cache key hereNoel Grandin
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin
2019-10-06Optimize getNamespaceId (xmlreader)Julien Nabet
2019-02-04tdf#42949 Fix IWYU warnings in xmlreader/Gabor Kelemen
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov
2018-07-24loplugin:unusedfields,can-be-const in xmlreaderNoel Grandin
2018-01-23Silence -Werror=implicit-fallthrough= (upcoming GCC 8)Stephan Bergmann
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky