diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-08-10 11:10:53 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-08-15 23:35:21 +0200 |
commit | 5fecd865303b3f0a2eeb0b9466d2bcf23cfce068 (patch) | |
tree | 49861953568c1f0c0c8baa3e3da8f9ec2de03695 | |
parent | 20f57e14362674d321ef184e1987f41a6418adc2 (diff) |
Fix typo in default Impress template text
Change-Id: I7c8550e3b71e8efaa70d966f91fc3fbee2b93939
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155551
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r-- | extras/source/templates/presnt/Candy/content.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/source/templates/presnt/Candy/content.xml b/extras/source/templates/presnt/Candy/content.xml index aef0e01fa93b..c2e28dbad4e9 100644 --- a/extras/source/templates/presnt/Candy/content.xml +++ b/extras/source/templates/presnt/Candy/content.xml @@ -1427,7 +1427,7 @@ <draw:frame presentation:style-name="pr9" draw:text-style-name="P33" draw:layer="layout" svg:width="7.4cm" svg:height="2.217cm" svg:x="17.635cm" svg:y="7.077cm" presentation:class="title" presentation:user-transformed="true"> <draw:text-box> <text:p text:style-name="P31"> - <text:span text:style-name="T4">Ispum</text:span> + <text:span text:style-name="T4">Ipsum</text:span> </text:p> </draw:text-box> </draw:frame> |