summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-13 00:14:03 +0100
committerMark Page <aptitude@btconnect.com>2017-11-13 08:46:08 +0100
commite1e436eaa036e18854b050b958b7bed1c86a31ff (patch)
tree71e974797fa9db8c3ca0c4f00e6b9612a2b7c267 /xmloff
parentd71bcc4dc5025ea24944454908098269cfd095a3 (diff)
Fix typos
Change-Id: I2a10e087a776ac96b3193226610577227d2492a8 Reviewed-on: https://gerrit.libreoffice.org/44655 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/SchXMLImport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx
index 04b5d9d6300f..d3c40c78887d 100644
--- a/xmloff/source/chart/SchXMLImport.cxx
+++ b/xmloff/source/chart/SchXMLImport.cxx
@@ -581,7 +581,7 @@ void SAL_CALL SchXMLImport::setTargetDocument(const uno::Reference<lang::XCompon
if (xChartDoc.is())
try
{
- // prevent rebuild of view during load (necesarry especially if loaded not
+ // prevent rebuild of view during load (necessary especially if loaded not
// via load api, which is the case for example if binary files are loaded)
xChartDoc->lockControllers();