summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-19 14:03:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-06-21 19:56:13 +0000
commit9ed033917b0bdaeb663395224a5e5b8b20a67169 (patch)
treefee00e845d8a2790efd874e5946f2fd07557b156 /cui
parent703832caef64e212d276667c7f2d79e4018abeea (diff)
Fix typos
Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce Reviewed-on: https://gerrit.libreoffice.org/16373 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/hlinettp.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/dialogs/hlinettp.cxx b/cui/source/dialogs/hlinettp.cxx
index 82bb1384cb37..465e6a102e2d 100644
--- a/cui/source/dialogs/hlinettp.cxx
+++ b/cui/source/dialogs/hlinettp.cxx
@@ -266,12 +266,9 @@ IMPL_LINK_NOARG(SvxHyperlinkInternetTp, ModifiedLoginHdl_Impl)
return 0L;
}
-/*************************************************************************
-|************************************************************************/
-
void SvxHyperlinkInternetTp::SetScheme(const OUString& rScheme)
{
- //if rScheme is empty or unknown the default beaviour is like it where HTTP
+ //if rScheme is empty or unknown the default behaviour is like it where HTTP
bool bFTP = rScheme.startsWith(sFTPScheme);
bool bInternet = !(bFTP);