summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-11 16:49:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-11 16:50:05 +0100
commita2505ae7317fe6e995a8ad52fefe5079c48f9d6f (patch)
treeca91db81fd78f837f0622c883771eb048bc589f7 /cui
parentd4fd1c0c38179967166f64342d216e46d7f4d6d3 (diff)
SAL_WARN_UNUSED INetURLObject
Change-Id: Ia9af3b76c2a2ac654b02c1502aa2d0c2c987fbf2
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/hldoctp.cxx2
-rw-r--r--cui/source/dialogs/hlmailtp.cxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/dialogs/hldoctp.cxx b/cui/source/dialogs/hldoctp.cxx
index 1353038d6095..865b0e54239d 100644
--- a/cui/source/dialogs/hldoctp.cxx
+++ b/cui/source/dialogs/hldoctp.cxx
@@ -93,8 +93,6 @@ SvxHyperlinkDocTp::~SvxHyperlinkDocTp ()
void SvxHyperlinkDocTp::FillDlgFields(const OUString& rStrURL)
{
- INetURLObject aURL(rStrURL);
-
sal_Int32 nPos = rStrURL.indexOf(sHash);
// path
maCbbPath.SetText ( rStrURL.copy( 0, ( nPos == -1 ? rStrURL.getLength() : nPos ) ) );
diff --git a/cui/source/dialogs/hlmailtp.cxx b/cui/source/dialogs/hlmailtp.cxx
index 0fa2688dde00..cfc990a7a6e4 100644
--- a/cui/source/dialogs/hlmailtp.cxx
+++ b/cui/source/dialogs/hlmailtp.cxx
@@ -94,7 +94,6 @@ SvxHyperlinkMailTp::~SvxHyperlinkMailTp ()
void SvxHyperlinkMailTp::FillDlgFields(const OUString& rStrURL)
{
- INetURLObject aURL(rStrURL);
OUString aStrScheme = GetSchemeFromURL(rStrURL);
// set URL-field and additional controls