diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
commit | e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch) | |
tree | 89eeb4275f134a589f5a6fe9be392a40fd86d4ee /xmloff | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLSeries2Context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx b/xmloff/source/chart/SchXMLSeries2Context.cxx index 6d4991ec66cb..871ad046520a 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.cxx +++ b/xmloff/source/chart/SchXMLSeries2Context.cxx @@ -1011,7 +1011,7 @@ void SchXMLSeries2Context::setStylesToDataPoints( SeriesDefaultsAndStyles& rSeri try { - //need to set this explicitely here for old files as the new api does not support this property fully anymore + //need to set this explicitly here for old files as the new api does not support this property fully anymore if( bSwitchOffLinesForScatter ) xPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Lines")),uno::makeAny(sal_False)); } |