diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:13:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:13:40 +0000 |
commit | 6a6e55072f3bf3c0d9e2ba5bddb2fef437e01cd6 (patch) | |
tree | 7056599d6ef493f72ecc0079c2df1cd102c54d25 /extensions | |
parent | f3388689dd32e63674bae46747e99bd227153935 (diff) |
INTEGRATION: CWS vcl18 (1.5.138); FILE MERGED
2004/02/10 14:50:10 pl 1.5.138.1: #i12911# possibly provide seekable streams
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/base/manager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/base/manager.cxx b/extensions/source/plugin/base/manager.cxx index ca5e2da84b5b..15289b7acbe1 100644 --- a/extensions/source/plugin/base/manager.cxx +++ b/extensions/source/plugin/base/manager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: manager.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-05-28 12:37:21 $ + * last change: $Author: obo $ $Date: 2004-03-17 10:13:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -257,7 +257,7 @@ Reference< ::com::sun::star::plugin::XPlugin > XPluginManager_Impl::createPlugi pImpl->provideNewStream( pImpl->getDescription().Mimetype, Reference< com::sun::star::io::XActiveDataSource >(), url, - 0, 0, sal_False ); + 0, 0, (sal_Bool)(url.compareToAscii( "file:", 5 ) == 0) ); if( ! pImpl->getPluginComm() ) { |