diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 10:57:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 10:57:41 +0000 |
commit | 3f11fc7c094436f6d4f299e9919619ccd8ccb49f (patch) | |
tree | f5b9c21c37817a5b45cd06705666c206275ca028 /scripting/source/provider | |
parent | 9fb2cec81c6befb1b2687738634d55b192be3289 (diff) |
INTEGRATION: CWS ab53 (1.11.12); FILE MERGED
2008/06/06 12:39:58 ab 1.11.12.1: #i90005# Removed unused code
Diffstat (limited to 'scripting/source/provider')
-rw-r--r-- | scripting/source/provider/ActiveMSPList.hxx | 4 | ||||
-rw-r--r-- | scripting/source/provider/makefile.mk | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/scripting/source/provider/ActiveMSPList.hxx b/scripting/source/provider/ActiveMSPList.hxx index 59894921177a..81613a760d92 100644 --- a/scripting/source/provider/ActiveMSPList.hxx +++ b/scripting/source/provider/ActiveMSPList.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ActiveMSPList.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -87,8 +87,6 @@ public: getMSPFromInvocationContext( const css::uno::Reference< css::document::XScriptInvocationContext >& context ) SAL_THROW(( css::lang::IllegalArgumentException, css::uno::RuntimeException )); - css::uno::Sequence< css::uno::Reference< css::script::provider::XScriptProvider > > - getActiveProviders(); //XEventListener //====================================================================== diff --git a/scripting/source/provider/makefile.mk b/scripting/source/provider/makefile.mk index 11dcc1bd7dd0..22e3db51377a 100644 --- a/scripting/source/provider/makefile.mk +++ b/scripting/source/provider/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # # This file is part of OpenOffice.org. # @@ -43,7 +43,6 @@ COMP1TYPELIST=$(TARGET) # ------------------------------------------------------------------ SLOFILES=\ - $(SLO)$/InvocationCtxProperties.obj\ $(SLO)$/MasterScriptProvider.obj\ $(SLO)$/URIHelper.obj\ $(SLO)$/ActiveMSPList.obj\ |