summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:14:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:14:14 +0000
commit876fbe9190069b8c0f332bbf5c1507b21e9a6c94 (patch)
treedffcf3c600b230610d509169e53c0d3d90b2452d /extensions
parent320d611ebf8f3ab888ed8ab3948133989f2e39f8 (diff)
INTEGRATION: CWS pl01 (1.13.6); FILE MERGED
2003/06/25 14:27:04 pl 1.13.6.1: #110428# fixed a model problem
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/base/xplugin.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx
index 3fa7de318e46..7c06824640c7 100644
--- a/extensions/source/plugin/base/xplugin.cxx
+++ b/extensions/source/plugin/base/xplugin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xplugin.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2003-06-04 11:42:03 $
+ * last change: $Author: hr $ $Date: 2003-06-30 15:14:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -552,6 +552,8 @@ sal_Bool XPlugin_Impl::provideNewStream(const OUString& mimetype,
try
{
xPS->setPropertyValue( OUString::createFromAscii( "URL" ), aAny );
+ aAny <<= mimetype;
+ xPS->setPropertyValue( OUString::createFromAscii( "TYPE" ), aAny );
}
catch(...)
{