summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-06 16:35:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-06 16:47:45 +0100
commit045211b399517b6f2d3838a3509949da05ff9a73 (patch)
treecb7aa0d911a1a966ad67c0b706acf6e19393139e /forms
parent8994c8995cbeb7cc9273370e77efbe674670e39d (diff)
unused ODatabaseForm::Create
Change-Id: If8da2da02942fb1fc38ca04c4a9e8923e373df6f
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.cxx8
-rw-r--r--forms/source/component/DatabaseForm.hxx1
2 files changed, 0 insertions, 9 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index e9a88e72ae9f..7033be97a129 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -195,14 +195,6 @@ void OFormSubmitResetThread::processEvent(
//= ODatabaseForm
-
-
-Reference< XInterface > SAL_CALL ODatabaseForm::Create( const Reference< XMultiServiceFactory >& _rxFactory )
-{
- return *( new ODatabaseForm( comphelper::getComponentContext(_rxFactory) ) );
-}
-
-
Sequence<sal_Int8> SAL_CALL ODatabaseForm::getImplementationId() throw(RuntimeException, std::exception)
{
return css::uno::Sequence<sal_Int8>();
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index e9110ed06d55..bce4d90aabdd 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -383,7 +383,6 @@ public:
// com::sun::star::lang::XServiceInfo - static version
static OUString SAL_CALL getImplementationName_Static();
static ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_Static();
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL Create( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory );
// com::sun::star::io::XPersistObject
virtual OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;