summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:38:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 13:10:53 +0000
commit74117f95972a0ef690401815d5e5ff7759ceb8af (patch)
tree0cefe09683149742f1157b6a9d008b26f0df83da /xmlscript
parente9b628760e2606769d7cc7fa2993729b796628d3 (diff)
Fix typos
Change-Id: I901ff35ad2e0aa43a421f0996865130514a819bc Reviewed-on: https://gerrit.libreoffice.org/35663 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_import.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index 09afb0b4851d..1e9f6e990d45 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -903,7 +903,7 @@ bool ImportContext::importDataAwareProperty(
Reference< lang::XMultiServiceFactory > xFac( _pImport->getDocOwner(), UNO_QUERY );
if ( xFac.is() && ( !sLinkedCell.isEmpty() || !sCellRange.isEmpty() ) )
{
- // Set up Celllink
+ // Set up cell link
if ( !sLinkedCell.isEmpty() )
{
Reference< form::binding::XBindableValue > xBindable( getControlModel(), uno::UNO_QUERY );
@@ -925,7 +925,7 @@ bool ImportContext::importDataAwareProperty(
bRes = true;
}
}
- // Set up CelllRange
+ // Set up CellRange
if ( !sCellRange.isEmpty() )
{
Reference< form::binding::XListEntrySink > xListEntrySink( getControlModel(), uno::UNO_QUERY );