diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-06 16:35:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-06 16:47:45 +0100 |
commit | 045211b399517b6f2d3838a3509949da05ff9a73 (patch) | |
tree | cb7aa0d911a1a966ad67c0b706acf6e19393139e | |
parent | 8994c8995cbeb7cc9273370e77efbe674670e39d (diff) |
unused ODatabaseForm::Create
Change-Id: If8da2da02942fb1fc38ca04c4a9e8923e373df6f
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 8 | ||||
-rw-r--r-- | forms/source/component/DatabaseForm.hxx | 1 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 10 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; diff --git a/unusedcode.easy b/unusedcode.easy index 0e3d32279e0a..2ef8a72cf3b8 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -186,7 +186,6 @@ dbaui::OQueryViewSwitch::setReadOnly(bool) dbaui::OTableRowView::SetUpdatable(bool) dbaui::OTableWindowAccess::isEditable() const dp_registry::backend::RegisteredDb::getEntry(rtl::OUString const&) -frm::ODatabaseForm::Create(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&) oglcanvas::CanvasHelper::drawPoint(com::sun::star::rendering::XCanvas const*, com::sun::star::geometry::RealPoint2D const&, com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&) oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const oox::drawingml::TextListStyle::dump() const |