summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-04-12 15:53:06 +0200
committerMichael Stahl <mstahl@redhat.com>2017-04-12 16:01:47 +0200
commit6a9f06e7ca9ba1ea9ebf8ecb013c6f63c4d7419c (patch)
tree34dd81264b7058ee8faf098ad6ce4d9e4841b09e
parentfa73f774019e1c5a8e062d6fc1cf35a43e1a847c (diff)
sw: fix typos in URLs
Change-Id: I51adbc08515352242b3e5b5f9eee071aee5a3951
-rw-r--r--sw/source/filter/html/parcss1.cxx8
-rw-r--r--sw/source/filter/html/swhtml.hxx2
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/html/parcss1.cxx b/sw/source/filter/html/parcss1.cxx
index 3285d0828bd9..c22f8412e140 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 6250184f683b..6276bb9dd7ab 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;