summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:30:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:40:22 +0200
commita375b0548428979da950e3da75db6ace0509c643 (patch)
tree272991e1ce80dd6f04b8db9a3eae952ac1739061 /xmloff
parent46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 (diff)
Fix typos
Change-Id: I33a99be34f41c3583fc6684fc68ba6b76ef2f056 Reviewed-on: https://gerrit.libreoffice.org/77682 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/styleexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index afffbf832d1a..5d1e722c4247 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -260,7 +260,7 @@ bool XMLStyleExport::exportStyle(
OUString sListName;
aAny >>= sListName;
- /* An direct set empty list style has to be written. Otherwise,
+ /* A direct set empty list style has to be written. Otherwise,
this information is lost and causes an error, if the parent
style has a list style set. (#i69523#)
*/