summaryrefslogtreecommitdiff
path: root/scripting/source/provider/MasterScriptProvider.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 15:51:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 15:51:53 +0200
commit5e3c99315592191c1cb2bf787ac78889846fc453 (patch)
treecdb410388ec7197d69d9f7fc19d66685c8bac8ef /scripting/source/provider/MasterScriptProvider.cxx
parent893590f16e9ac10e61f2c1b37e27a11fe2205f42 (diff)
Clean up function declarations
Change-Id: Ie204bb9dc1fb4ded416087f5a3d962924b3dec82
Diffstat (limited to 'scripting/source/provider/MasterScriptProvider.cxx')
-rw-r--r--scripting/source/provider/MasterScriptProvider.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx
index 4b66cf896045..850d45bc03fa 100644
--- a/scripting/source/provider/MasterScriptProvider.cxx
+++ b/scripting/source/provider/MasterScriptProvider.cxx
@@ -56,14 +56,6 @@ using namespace ::sf_misc;
namespace func_provider
{
-// Definitions for MasterScriptProviderFactory global methods.
-
-
-OUString SAL_CALL mspf_getImplementationName() ;
-Reference< XInterface > SAL_CALL mspf_create( Reference< XComponentContext > const & xComponentContext );
-Sequence< OUString > SAL_CALL mspf_getSupportedServiceNames();
-
-
bool endsWith( const OUString& target,
const OUString& item )
{
@@ -830,13 +822,6 @@ throw( RuntimeException, std::exception )
} // namespace func_provider
-namespace browsenodefactory
-{
-OUString SAL_CALL bnf_getImplementationName() ;
-Reference< XInterface > SAL_CALL bnf_create( Reference< XComponentContext > const & xComponentContext );
-Sequence< OUString > SAL_CALL bnf_getSupportedServiceNames();
-}
-
namespace scripting_runtimemgr
{