summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/css1atr.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-24 16:53:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-24 22:28:46 +0200
commit6f901c26f34cc1d6176850b11bd0c58d7be65218 (patch)
tree509cd5b4d6743b4186121a1f591460cda48f8a5a /sw/source/filter/html/css1atr.cxx
parentc8feee4e5c98fd0d46c83f8452fb2215d56e9d93 (diff)
Fix typos
Change-Id: I64cfe4c24d3abb4a8445fd2e7b832b2bdb0b40d3 Reviewed-on: https://gerrit.libreoffice.org/62310 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/html/css1atr.cxx')
-rw-r--r--sw/source/filter/html/css1atr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index 9abf90ee5d0e..17f62b2a9718 100644
--- a/sw/source/filter/html/css1atr.cxx
+++ b/sw/source/filter/html/css1atr.cxx
@@ -1069,7 +1069,7 @@ void SwHTMLWriter::SubtractItemSet( SfxItemSet& rItemSet,
RES_CHRATR_CTL_FONT == nWhich) &&
swhtml_css1atr_equalFontItems( *pItem, *pRefItem )) ) )
{
- // the Attribute is in both templates wit the same value
+ // the Attribute is in both templates with the same value
// and does not need to be exported
rItemSet.ClearItem( nWhich );
}