summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-03 21:21:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-03 21:21:32 +0200
commit6a38047ff8ffafcf2b4ed4f37ab78f2cd98a0598 (patch)
treec0402d90e059859fcb85ad30515c102cc993f2fc /writerfilter
parentTypo: corect->correct (diff)
downloadcore-6a38047ff8ffafcf2b4ed4f37ab78f2cd98a0598.tar.gz
core-6a38047ff8ffafcf2b4ed4f37ab78f2cd98a0598.zip
Typos
Change-Id: Ia406e2efb1eb2685eeffdf07dcc5fad4fc2b6e94
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.cxx b/writerfilter/source/dmapper/DomainMapperTableManager.cxx
index fa840530a94d..126cec097c16 100644
--- a/writerfilter/source/dmapper/DomainMapperTableManager.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableManager.cxx
@@ -136,7 +136,7 @@ bool DomainMapperTableManager::sprm(Sprm & rSprm)
/*
This attribute specifies the width type of table. This is used as part of the table layout
algorithm specified by the tblLayout element.(See 17.4.64 and 17.4.65 of the ISO/IEC 29500-1:2011.)
- If this valus is 'auto', the table layout has to uses the preferred widths on the table items to generate
+ If this value is 'auto', the table layout has to use the preferred widths on the table items to generate
the final sizing of the table, but then must use the contents of each cell to determine final column widths.
(See 17.18.87 of the ISO/IEC 29500-1:2011.)
*/