summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-25 09:08:06 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-27 07:25:38 +0200
commitb00d6854f88bb9f071095c89bf2c6d4ded6b4ec6 (patch)
tree17809b1d6b8f0fec6ad4d3ec765433950ecb67fc /sc/source/filter
parent3fae9479d7c95d1ef2b4b406c7a856cbe9c402ac (diff)
Fix typos
Change-Id: I32c0966f8489d58f02b32bf205aedbb8303a217d Reviewed-on: https://gerrit.libreoffice.org/53432 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/inc/xehelper.hxx2
-rw-r--r--sc/source/filter/inc/xihelper.hxx2
-rw-r--r--sc/source/filter/lotus/lotform.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index 22ae75852343..c90c6fa18c76 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -331,7 +331,7 @@ class EditEngine;
/** Converts edit engine text objects to an Excel header/footer string.
@descr Header/footer content is divided into three parts: Left, center and
right portion. All formatting information will be encoded in the Excel string
- using special character seuences. A control sequence starts with the ampersand
+ using special character sequences. A control sequence starts with the ampersand
character.
Supported control sequences:
diff --git a/sc/source/filter/inc/xihelper.hxx b/sc/source/filter/inc/xihelper.hxx
index a4e8c2527103..8f64e2fd606c 100644
--- a/sc/source/filter/inc/xihelper.hxx
+++ b/sc/source/filter/inc/xihelper.hxx
@@ -136,7 +136,7 @@ struct XclFontData;
/** Converts an Excel header/footer string into three edit engine text objects.
@descr Header/footer content is divided into three parts: Left, center and
right portion. All formatting information is encoded in the Excel string
- using special character seuences. A control sequence starts with the ampersand
+ using special character sequences. A control sequence starts with the ampersand
character.
Supported control sequences:
diff --git a/sc/source/filter/lotus/lotform.cxx b/sc/source/filter/lotus/lotform.cxx
index a80cc13c4693..4000b3c1a4ea 100644
--- a/sc/source/filter/lotus/lotform.cxx
+++ b/sc/source/filter/lotus/lotform.cxx
@@ -287,7 +287,7 @@ void LotusToSc::LotusRelToScRel( sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefDa
nRow &= 0x1FFF;
break;
default:
- SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandeled case?" );
+ SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case?" );
}
}
else
@@ -307,7 +307,7 @@ void LotusToSc::LotusRelToScRel( sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefDa
nRow &= 0x3FFF;
break;
default:
- SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandeled case?" );
+ SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case?" );
}
}