summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-21 23:21:13 +0200
committerjan iversen <jani@documentfoundation.org>2016-04-22 06:47:06 +0000
commitb2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 (patch)
tree2a7d90a0621d8b6a7b158b2cbf3fba15e39f18ce /xmloff
parentTry to fix tdf#93967 by using VclPtr to keep the window alive (diff)
downloadcore-b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9.tar.gz
core-b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9.zip
Fix typos
Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3 Reviewed-on: https://gerrit.libreoffice.org/24286 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/SchXMLChartContext.cxx2
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx2
-rw-r--r--xmloff/source/draw/ximpbody.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLChartContext.cxx b/xmloff/source/chart/SchXMLChartContext.cxx
index 3a05c5c61b14..f77ee8d544f1 100644
--- a/xmloff/source/chart/SchXMLChartContext.cxx
+++ b/xmloff/source/chart/SchXMLChartContext.cxx
@@ -248,7 +248,7 @@ void SchXMLChartContext::StartElement( const uno::Reference< xml::sax::XAttribut
if( xVisualObject.is() )
maChartSize = xVisualObject->getVisualAreaSize( embed::Aspects::MSOLE_CONTENT ); //#i103460# take the size given from the parent frame as default
- // this flag is necessarry for pie charts in the core
+ // this flag is necessary for pie charts in the core
bool bSetSwitchData = false;
OUString sAutoStyleName;
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index a45784ff2fcf..8338b756367d 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -633,7 +633,7 @@ uno::Sequence< OUString > lcl_DataSequenceToStringSequence(
}
if(!bHasValue)
{
- //no double value is countained
+ //no double value is contained
//is there any text?
uno::Sequence< OUString > aStrings( lcl_DataSequenceToStringSequence( xSeq ) );
sal_Int32 nTextCount = aStrings.getLength();
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx
index 418ba8919f1a..c9fee0cf8656 100644
--- a/xmloff/source/draw/ximpbody.cxx
+++ b/xmloff/source/draw/ximpbody.cxx
@@ -144,7 +144,7 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
{
// #85906# Code for setting masterpage needs complete rework
// since GetSdImport().GetMasterStylesContext() gives always ZERO
- // because of content/style file split. Now the nechanism is to
+ // because of content/style file split. Now the mechanism is to
// compare the wanted masterpage-name with the existing masterpages
// which were loaded and created in the styles section loading.
uno::Reference< drawing::XDrawPages > xMasterPages(GetSdImport().GetLocalMasterPages(), uno::UNO_QUERY);