diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-11-22 12:12:58 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-11-22 12:12:58 +0000 |
commit | d58c6e0517d14fb461b4089f4b6ae62c9ea9b26d (patch) | |
tree | 8e2714439161658e593b4410fee82e6d2977279f /extensions/source/plugin | |
parent | f3eb77586e067a46211334a78987652815f47744 (diff) |
cleanup floating comments
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(), |