summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/xplugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/xplugin.cxx')
-rw-r--r--extensions/source/plugin/base/xplugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx
index 506f776dca0e..db644ec087f7 100644
--- a/extensions/source/plugin/base/xplugin.cxx
+++ b/extensions/source/plugin/base/xplugin.cxx
@@ -687,7 +687,7 @@ sal_Bool XPlugin_Impl::provideNewStream(const OUString& mimetype,
OString aURL = OUStringToOString( url, m_aEncoding );
// check whether there is a notifylistener for this stream
- // this means that the strema is created from the plugin
+ // this means that the stream is created from the plugin
// via NPN_GetURLNotify or NPN_PostURLNotify
std::list<PluginEventListener*>::iterator iter;
for( iter = m_aPEventListeners.begin();
@@ -1101,7 +1101,7 @@ void PluginInputStream::writeBytes( const Sequence<sal_Int8>& Buffer ) throw(std
m_aFileStream.Write( Buffer.getConstArray(), Buffer.getLength() );
if( m_nMode == NP_SEEK )
- // hold reference, streem gets destroyed in NPN_DestroyStream
+ // hold reference, stream gets destroyed in NPN_DestroyStream
m_xSelf = this;
if( m_nMode == -1 || !m_pPlugin->getPluginComm() )