diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 21:21:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 09:34:52 +0200 |
commit | c8e70f970a9b80323e9274880a135143accbb621 (patch) | |
tree | 67a79e3c360f46b160c15dc0e352bd99397b8639 /xmloff/source/text | |
parent | 2812610f4f39ed5892da08864893c758325d1d39 (diff) |
Fix typos
Change-Id: I4bd004af206813b9dc01c50ab20f2e8b954b8dca
Reviewed-on: https://gerrit.libreoffice.org/77323
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/txtstyli.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx index 5deb7fe1a161..ef0f52378076 100644 --- a/xmloff/source/text/txtstyli.cxx +++ b/xmloff/source/text/txtstyli.cxx @@ -548,7 +548,7 @@ void XMLTextStyleContext::FillPropertySet( // This happens for AutoStyles which are already filled in XMLPropStyleContext::CreateAndInsert, // thus the whole mechanism based on _ContextID_Index_Pair will not work // in that case. Thus the slots which need to be converted already get - // converted there (its called first) and not here (see + // converted there (it's called first) and not here (see // translateNameBasedDrawingLayerFillStyleDefinitionsToStyleDisplayNames) // For convenience, still Write back the corrected value to the XMLPropertyState entry rState.maValue <<= sStyleName; |