summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-03 15:38:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-03 15:38:23 +0200
commit0c50756b5eddbb19641321b54e1beb543744a9d9 (patch)
treea1e26839579d92fbbf32ad9796f6a6d26b8fa953 /framework/source/uifactory
parent82925f1a2141206864d8a6d490af4adafcaeaed9 (diff)
Remove redundant pure overrides
Change-Id: Ic5e50643d41c08900377a34676c2ff17977643c0
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r--framework/source/uifactory/uicontrollerfactory.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/source/uifactory/uicontrollerfactory.cxx b/framework/source/uifactory/uicontrollerfactory.cxx
index b383e5f75604..ed52637ae649 100644
--- a/framework/source/uifactory/uicontrollerfactory.cxx
+++ b/framework/source/uifactory/uicontrollerfactory.cxx
@@ -48,11 +48,6 @@ class UIControllerFactory : private cppu::BaseMutex,
public:
virtual ~UIControllerFactory();
- // XServiceInfo
- virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0;
- virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0;
- virtual css::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0;
-
// XMultiComponentFactory
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithContext( const OUString& aServiceSpecifier, const css::uno::Reference< css::uno::XComponentContext >& Context ) throw (css::uno::Exception, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithArgumentsAndContext( const OUString& ServiceSpecifier, const css::uno::Sequence< css::uno::Any >& Arguments, const css::uno::Reference< css::uno::XComponentContext >& Context ) throw (css::uno::Exception, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;