diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-14 15:51:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-14 15:51:53 +0200 |
commit | 5e3c99315592191c1cb2bf787ac78889846fc453 (patch) | |
tree | cdb410388ec7197d69d9f7fc19d66685c8bac8ef /scripting/source/dlgprov | |
parent | 893590f16e9ac10e61f2c1b37e27a11fe2205f42 (diff) |
Clean up function declarations
Change-Id: Ie204bb9dc1fb4ded416087f5a3d962924b3dec82
Diffstat (limited to 'scripting/source/dlgprov')
-rw-r--r-- | scripting/source/dlgprov/DialogModelProvider.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripting/source/dlgprov/DialogModelProvider.cxx b/scripting/source/dlgprov/DialogModelProvider.cxx index 6e61692692e8..3e7d8891636a 100644 --- a/scripting/source/dlgprov/DialogModelProvider.cxx +++ b/scripting/source/dlgprov/DialogModelProvider.cxx @@ -38,7 +38,6 @@ using namespace beans; // component and service helper functions: OUString SAL_CALL _getImplementationName(); css::uno::Sequence< OUString > SAL_CALL _getSupportedServiceNames(); -css::uno::Reference< css::uno::XInterface > SAL_CALL _create( css::uno::Reference< css::uno::XComponentContext > const & context ); } // closing component helper namespace |