summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-03 00:19:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-03 10:29:41 +0200
commiteced5a20b5db1364aa9feb50dfc8e55b34324b9e (patch)
treea96eb91f02c8811fd7c6154618a168487b65c73b /filter/source
parent5785fc06836607b3a0a25e649d81b8607b22d4af (diff)
Fix typos
Change-Id: I7eacff7dd5bf1e8ae70d2bca0bc852b8a45eeeec Reviewed-on: https://gerrit.libreoffice.org/78428 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index c3ee81c39d32..17be716f50c8 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -2866,7 +2866,7 @@ void DffPropertyReader::ImportGradientColor( SfxItemSet& aSet,MSO_FillType eMSO_
nChgColors ^= 1;
}
//if the type is linear or axial, just save focus to nFocusX and nFocusY for export
- //Core function does no need them. They serves for rect gradient(CenterXY).
+ //Core function does no need them. They serve for rect gradient(CenterXY).
sal_uInt16 nFocusX = static_cast<sal_uInt16>(nFocus);
sal_uInt16 nFocusY = static_cast<sal_uInt16>(nFocus);