diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlatr.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx index d73f91572513..56bf878addad 100644 --- a/sw/source/filter/html/htmlatr.cxx +++ b/sw/source/filter/html/htmlatr.cxx @@ -799,7 +799,7 @@ static void OutHTML_SwFormat( Writer& rWrt, const SwFormat& rFormat, rHWrt.OutNewLine(); } - // for BLOCKQUOTE, ADDRESS and DD we output another paragrah token, if + // for BLOCKQUOTE, ADDRESS and DD we output another paragraph token, if // - no styles are written and // - a lower spacing or a paragraph alignment exists OString aToken = rInfo.aToken; diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 9a92fc9f438b..2e85fb6bf9db 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -1562,7 +1562,7 @@ void SwTextShell::GetState( SfxItemSet &rSet ) case SID_DEC_INDENT: case SID_INC_INDENT: { - //if the paragrah has bullet we'll do the following things: + //if the paragraph has bullet we'll do the following things: //1: if the bullet level is the first level, disable the decrease-indent button //2: if the bullet level is the last level, disable the increase-indent button if ( rSh.GetNumRuleAtCurrCursorPos() && !rSh.HasReadonlySel() ) |