diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 14:14:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 14:14:14 +0000 |
commit | 403589aa3a6f48d586640e1cfad4f05b0e996a83 (patch) | |
tree | eaf0c8f19e786c8bdc770be02e71815b5e70d3b8 /extensions/source/plugin/base/xplugin.cxx | |
parent | 8ffb6958a28fa4d507135efcc0682216e65369b7 (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/source/plugin/base/xplugin.cxx')
-rw-r--r-- | extensions/source/plugin/base/xplugin.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx index 10350e00c..4a0a9589f 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(...) { |