summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/context.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2002-12-03 09:34:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2002-12-03 09:34:11 +0000
commitb193e2646e552cbe2f8df72dc0357d0d741b8cd0 (patch)
tree50cf5a083acbb345eec620498cbb05d226fe1f01 /extensions/source/plugin/base/context.cxx
parent39f06003df4c9607f44300286e556a0e5d42a228 (diff)
#105360#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.
Diffstat (limited to 'extensions/source/plugin/base/context.cxx')
-rw-r--r--extensions/source/plugin/base/context.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/base/context.cxx b/extensions/source/plugin/base/context.cxx
index f248bdd97617..7ff7a2d337ef 100644
--- a/extensions/source/plugin/base/context.cxx
+++ b/extensions/source/plugin/base/context.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: context.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: pl $ $Date: 2002-04-11 11:54:19 $
+ * last change: $Author: rt $ $Date: 2002-12-03 10:31:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,7 +165,7 @@ void XPluginContext_Impl::getURL(const Reference< ::com::sun::star::plugin::XPlu
// the mimetype cannot be specified
plugin->provideNewStream( ::rtl::OUString(),
Reference< XActiveDataSource >(),
- aURL.GetMainURL(),
+ aURL.GetMainURL(INetURLObject::DECODE_TO_IURI),
0, 0, sal_False );
return;
}