summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-27 23:09:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-27 23:32:43 +0200
commitbde3c5329f953f2a89e76e5677e8484564f4408b (patch)
tree9c33c73cf76c0eb2da1faf50760c8b8a56097fde /writerfilter
parent5c59051deb1b1294b3a6985bc753d639bf943fae (diff)
Fix typos
Change-Id: If2fcd9aaf920f30b49a7bb828ba174939b13a3e7 Reviewed-on: https://gerrit.libreoffice.org/78091 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableManager.cxx2
-rw-r--r--writerfilter/source/rtftok/rtfsprm.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.cxx b/writerfilter/source/dmapper/DomainMapperTableManager.cxx
index 9b9f884e7b5a..13a14fb2c3d0 100644
--- a/writerfilter/source/dmapper/DomainMapperTableManager.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableManager.cxx
@@ -609,7 +609,7 @@ void DomainMapperTableManager::endOfRowAction()
//calculate number of used grids - it has to match the size of m_aTableGrid
size_t nGrids = std::accumulate(pCurrentSpans->begin(), pCurrentSpans->end(), sal::static_int_cast<size_t>(0));
- // sj: the grid is having no units... they is containing only relative values.
+ // sj: the grid is having no units... it is containing only relative values.
// a table with a grid of "1:2:1" looks identical as if the table is having
// a grid of "20:40:20" and it doesn't have to do something with the tableWidth
// -> so we have get the sum of each grid entry for the fullWidthRelative:
diff --git a/writerfilter/source/rtftok/rtfsprm.cxx b/writerfilter/source/rtftok/rtfsprm.cxx
index 7d2de7c0bb79..6ba986e6b987 100644
--- a/writerfilter/source/rtftok/rtfsprm.cxx
+++ b/writerfilter/source/rtftok/rtfsprm.cxx
@@ -202,7 +202,7 @@ static bool isSPRMDeduplicateBlacklist(Id nId)
}
}
-/// Should this SPRM be removed if all its children is removed?
+/// Should this SPRM be removed if all its children are removed?
static bool isSPRMChildrenExpected(Id nId)
{
switch (nId)