summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-26 16:09:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-29 17:32:09 +0200
commite9112e17efa0e59078acccc5f921a22855db317a (patch)
tree117b12dfc561cfde0eaa4363b2ac7a8cfad9cfab /xmloff
parent836efb78798397be216b82475cd7581b1ee52622 (diff)
Fix typos
Change-Id: I483680622a75affb9822bbf5fc4d14512961493f Reviewed-on: https://gerrit.libreoffice.org/58130 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 6e23cd2d4743..fa494e86396a 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -368,7 +368,7 @@ void XMLRedlineExport::ExportChangedRegion(
// be exported there
}
- // changed change? Hierarchical changes can onl be two levels
+ // changed change? Hierarchical changes can only be two levels
// deep. Here we check for the second level.
aAny = rPropSet->getPropertyValue("RedlineSuccessorData");
Sequence<PropertyValue> aSuccessorData;