diff options
Diffstat (limited to 'extensions/source/plugin')
-rw-r--r-- | extensions/source/plugin/base/nfuncs.cxx | 5 | ||||
-rw-r--r-- | extensions/source/plugin/base/xplugin.cxx | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/extensions/source/plugin/base/nfuncs.cxx b/extensions/source/plugin/base/nfuncs.cxx index af7bd4dc2071..297f96a0a441 100644 --- a/extensions/source/plugin/base/nfuncs.cxx +++ b/extensions/source/plugin/base/nfuncs.cxx @@ -584,11 +584,6 @@ NPError SAL_CALL NP_LOADDS NPN_GetValue( NPP instance, NPNVariable variable, vo break; } - /* - provisional code should there ever be NPNVariables that we actually - want to query from the PluginContext - */ - return aResult; } diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx index a98fc3f58aac..dc1a4685f58b 100644 --- a/extensions/source/plugin/base/xplugin.cxx +++ b/extensions/source/plugin/base/xplugin.cxx @@ -723,7 +723,7 @@ sal_Bool XPlugin_Impl::provideNewStream(const OUString& mimetype, // there may be plugins that can use the file length information, // but currently none are known. Since this file opening/seeking/closing - // is rather costly, it is #if'ed out. If there are plugins known to + // is rather costly, it is not implemented. If there are plugins known to // make use of the file length, simply put it in PluginInputStream* pStream = new PluginInputStream( this, aURL.getStr(), |