summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-04 11:53:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-05 13:59:05 +0100
commitdd20a8c6e2ebeceff90567597d712e4c03c2ac7d (patch)
tree9085c266969602eac6f16dcb36984182d38434fd /fpicker/source/office/iodlgimp.cxx
parentfe630f3b097ca2bf173f21de77ed1535c767d0b9 (diff)
SvtFileDialogURLSelector::OpenURL can go apparently
Diffstat (limited to 'fpicker/source/office/iodlgimp.cxx')
-rw-r--r--fpicker/source/office/iodlgimp.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx
index f93b84d20775..99797dae8424 100644
--- a/fpicker/source/office/iodlgimp.cxx
+++ b/fpicker/source/office/iodlgimp.cxx
@@ -165,14 +165,6 @@ SvtFileDialogURLSelector::~SvtFileDialogURLSelector()
}
//-----------------------------------------------------------------------------
-void SvtFileDialogURLSelector::OpenURL( const String& rURL )
-{
- INetURLObject aObj( rURL );
- DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "SvtFileDialogURLSelector::OpenURL: Invalid URL!" );
- m_pParent->OpenURL_Impl( aObj.GetMainURL( INetURLObject::NO_DECODE ) );
-}
-
-//-----------------------------------------------------------------------------
void SvtFileDialogURLSelector::Activate()
{
m_pMenu->Clear();