diff options
author | Hossein <hossein@libreoffice.org> | 2022-04-15 12:46:24 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-04-16 20:43:11 +0200 |
commit | 622b92dab29aff0fe9f23cf6fbf00dc7347bb34a (patch) | |
tree | 2aebd57de72350fbda4bb70cb1c465e97b9a2003 /drawinglayer | |
parent | 670d07cc05b286e1f35b77b73a636ae259af5fb6 (diff) |
Update README.md files
* Fix typo
* Improve links
Change-Id: Ie77ec795675bf7497c90620eb44ebb3191c003b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133067
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/README.md b/drawinglayer/README.md index a22dc0b68343..9eb7057d2a37 100644 --- a/drawinglayer/README.md +++ b/drawinglayer/README.md @@ -86,7 +86,7 @@ printing), etc. ## Dumping DrawingLayer Primitives as XML For debugging purposes, it is possible to dump the drawinglayer primitives as -as an xml file. The drawinglayer xml dump can show possible problems with the +an xml file. The drawinglayer xml dump can show possible problems with the rendering. For example, in `emfio/qa/cppunit/emf/EmfImportTest.cxx`, one can write: |