sw: fix typos in URLs

Change-Id: I51adbc08515352242b3e5b5f9eee071aee5a3951
diff --git a/sw/source/filter/html/parcss1.cxx b/sw/source/filter/html/parcss1.cxx
index 3285d08..c22f841 100644
--- a/sw/source/filter/html/parcss1.cxx
+++ b/sw/source/filter/html/parcss1.cxx
@@ -93,8 +93,8 @@ sal_Unicode CSS1Parser::GetNextChar()

// This function implements the scanner described in

//       http://www.w3.orh/pub/WWW/TR/WD-css1.html
// resp. http://www.w3.orh/pub/WWW/TR/WD-css1-960220.html
//       http://www.w3.org/pub/WWW/TR/WD-css1.html
// resp. http://www.w3.org/pub/WWW/TR/WD-css1-960220.html

// for CSS1. It's a direct implementation of the
// described Lex grammar.
@@ -651,8 +651,8 @@ CSS1Token CSS1Parser::GetNextToken()

// These functions implement the parser described in

//       http://www.w3.orh/pub/WWW/TR/WD-css1.html
// resp. http://www.w3.orh/pub/WWW/TR/WD-css1-960220.html
//       http://www.w3.org/pub/WWW/TR/WD-css1.html
// resp. http://www.w3.org/pub/WWW/TR/WD-css1-960220.html

// for CSS1. It's a direct implementation of the
// described Lex grammar.
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index 6250184..6276bb9 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -466,7 +466,7 @@ class SwHTMLParser : public SfxHTMLParser, public SwClient
    bool m_bChkJumpMark : 1;      // maybe jump to predetermined mark
    bool m_bUpdateDocStat : 1;
    bool m_bFixSelectWidth : 1;   // Set new width of select?
    bool m_bFixSelectHeight : 1;  // Set new width of select?
    bool m_bFixSelectHeight : 1;  // Set new height of select?
    bool m_bTextArea : 1;
    // 24
    bool m_bSelect : 1;