summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-24 19:48:51 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-24 23:34:49 +0200
commitafad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (patch)
tree5cbda7f60e7d3efb1cb6d939a40efee08e434167 /xmloff
parent30320abbef8fabfeadda2b31b72f595c4a1c1ed9 (diff)
Fix typos
Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296 Reviewed-on: https://gerrit.libreoffice.org/76269 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmlmultiimagehelper.hxx2
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx2
-rw-r--r--xmloff/source/script/XMLEventImportHelper.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/xmlmultiimagehelper.hxx b/xmloff/inc/xmlmultiimagehelper.hxx
index 90a279c083d2..1a4956929812 100644
--- a/xmloff/inc/xmlmultiimagehelper.hxx
+++ b/xmloff/inc/xmlmultiimagehelper.hxx
@@ -41,7 +41,7 @@ public:
virtual ~MultiImageImportHelper();
/// solve multiple imported images. The most valuable one is chosen,
- /// see imlementation for evtl. changing weights and/or adding filetypes.
+ /// see implementation for evtl. changing weights and/or adding filetypes.
///
/// @returns import context of the selected image
SvXMLImportContextRef solveMultipleImages();
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index c898c9514fdc..0f8cf19221bc 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -1194,7 +1194,7 @@ void SchXMLExportHelper_Impl::parseDocument( Reference< chart::XChartDocument >
if( eXMLChartType == XML_ADD_IN )
{
- // sChartType is the servie-name of the add-in
+ // sChartType is the service-name of the add-in
mrExport.AddAttribute( XML_NAMESPACE_CHART, XML_CLASS,
mrExport.GetNamespaceMap().GetQNameByKey(
XML_NAMESPACE_OOO, sChartType) );
diff --git a/xmloff/source/script/XMLEventImportHelper.cxx b/xmloff/source/script/XMLEventImportHelper.cxx
index 26048e86bacf..ffc6089cc7d5 100644
--- a/xmloff/source/script/XMLEventImportHelper.cxx
+++ b/xmloff/source/script/XMLEventImportHelper.cxx
@@ -109,7 +109,7 @@ SvXMLImportContext* XMLEventImportHelper::CreateContext(
{
SvXMLImportContext* pContext = nullptr;
- // translate event name form xml to api
+ // translate event name from xml to api
OUString sMacroName;
sal_uInt16 nMacroPrefix =
rImport.GetNamespaceMap().GetKeyByAttrName( rXmlEventName,