diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-30 17:52:34 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-08-31 06:04:32 +0200 |
commit | 268010d0db7b880394006b063406c0783a10f18c (patch) | |
tree | 6b75488a078eb82ab5f2634f014634058e2e3bf9 /sw | |
parent | 50785ac52579153ed78a4fba268a54fd4d0e710e (diff) |
Remove .. from README
Change-Id: I6f4a93fbcd48bac7246929ab8afcbc1c0f8e5d83
Reviewed-on: https://gerrit.libreoffice.org/78312
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/README b/sw/qa/extras/README index 7ffc2152c6bb..bb6a0ae31a64 100644 --- a/sw/qa/extras/README +++ b/sw/qa/extras/README @@ -19,7 +19,7 @@ See below for more details on writing the UNO code see below. In most cases you want to assert the document model, but sometimes asserting the layout is easier. If you want to do so, the `parseDump()` method can be -used to.. parse the layout dump of the currently loaded document. If you want +used to parse the layout dump of the currently loaded document. If you want to have a look at the XML document that can be asserted, start soffice with the `SW_DEBUG=1` environment variable, load a document, press F12, and have a look at the `layout.xml` file in the current directory. Once you find the needed |