summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-29 08:26:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-29 08:26:29 +0200
commita95d1eff071cfafb7e072f6ba82fd04989a76ea9 (patch)
tree64bdce5b97fe17bc0462fefc2b1cb2cdfa3eaabb /extensions
parentf1b77bf3715b7a28cf4a9afd5f47b3e20d50ca36 (diff)
Remove effectively unused INetURLObject OString overloads
Change-Id: Icbbe27b229d5454d27be646e00e8b362a77359b3
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/base/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/base/context.cxx b/extensions/source/plugin/base/context.cxx
index eae19567d754..3a245957b536 100644
--- a/extensions/source/plugin/base/context.cxx
+++ b/extensions/source/plugin/base/context.cxx
@@ -134,7 +134,7 @@ void XPluginContext_Impl::getURL(const Reference< ::com::sun::star::plugin::XPlu
{
INetURLObject aURL;
aURL.SetSmartProtocol( INET_PROT_FILE );
- aURL.SetSmartURL( OUStringToOString( url, m_aEncoding ) );
+ aURL.SetSmartURL( url );
OUString aUrl = aURL.GetMainURL(INetURLObject::DECODE_TO_IURI);
// the mimetype cannot be specified