summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html')
-rw-r--r--sw/source/filter/html/css1atr.cxx4
-rw-r--r--sw/source/filter/html/swhtml.cxx2
-rw-r--r--sw/source/filter/html/wrthtml.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index 8d6a9caffaa9..1f6f2a67bbb9 100644
--- a/sw/source/filter/html/css1atr.cxx
+++ b/sw/source/filter/html/css1atr.cxx
@@ -1313,7 +1313,7 @@ static bool OutCSS1Rule( SwHTMLWriter& rHTMLWrt, const OUString& rSelector,
}
else
{
- // If ther are script dependencies and we are derived from a tag,
+ // If there are script dependencies and we are derived from a tag,
// when we have to export a style dependent class for all
// scripts
OUString aNewSelector( aSelector );
@@ -1417,7 +1417,7 @@ static void OutCSS1DropCapRule(
}
else
{
- // If ther are script dependencies and we are derived from a tag,
+ // If there are script dependencies and we are derived from a tag,
// when we have to export a style dependent class for all
// scripts
OUString aNewSelector( aSelector );
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 6be26620b558..ce2e33627809 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -4601,7 +4601,7 @@ void SwHTMLParser::SetTxtCollAttrs( _HTMLAttrContext *pContext )
if( pCollToSet )
{
- // die Attribute, die die bisherige Vorlage setzt
+ // die Attribute, die bisherige Vorlage setzt
// hart einfuegen
if( !pItemSet )
pItemSet = new SfxItemSet( pCollToSet->GetAttrSet() );
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx
index 5cc182f05971..b28ce9fbffef 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -629,7 +629,7 @@ static void lcl_html_OutSectionStartTag( SwHTMLWriter& rHTMLWrt,
}
else if( pCol )
{
- // minumum gutter width
+ // minimum gutter width
sal_uInt16 nGutter = pCol->GetGutterWidth( true );
if( nGutter!=USHRT_MAX )
{