summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-19 16:24:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 11:59:51 +0200
commit2bceb245e60be2cf973c7b9d586b74881f66fbef (patch)
tree165c92b240b8eed11bcdfa17606240e439e419e8 /include/oox
parent7d071f35bee7bed82ac47429a594e76617518d20 (diff)
Fix typos
Change-Id: Id7d0de124c4b9006db8c28e5cebb3ba38b0143ee Reviewed-on: https://gerrit.libreoffice.org/57602 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/ppt/pptfilterhelpers.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptfilterhelpers.hxx b/include/oox/ppt/pptfilterhelpers.hxx
index 7944b03d8d05..926d5a77fcf5 100644
--- a/include/oox/ppt/pptfilterhelpers.hxx
+++ b/include/oox/ppt/pptfilterhelpers.hxx
@@ -89,7 +89,7 @@ namespace oox { namespace ppt {
OOX_DLLPUBLIC bool convertAnimationValue(AnimationAttributeEnum eAttribute, css::uno::Any& rValue);
/** convert the measure string to LibreOffice format.
- * i.e. convert occurence of #{0,1}ppt_[xywh] to x,y, width, height.
+ * i.e. convert occurrence of #{0,1}ppt_[xywh] to x,y, width, height.
*/
OOX_DLLPUBLIC bool convertMeasure(OUString& rString);
} }