Kaydet (Commit) 045211b3 authored tarafından Caolán McNamara's avatar Caolán McNamara

unused ODatabaseForm::Create

Change-Id: If8da2da02942fb1fc38ca04c4a9e8923e373df6f
üst 8994c899
...@@ -195,14 +195,6 @@ void OFormSubmitResetThread::processEvent( ...@@ -195,14 +195,6 @@ void OFormSubmitResetThread::processEvent(
//= ODatabaseForm //= 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) Sequence<sal_Int8> SAL_CALL ODatabaseForm::getImplementationId() throw(RuntimeException, std::exception)
{ {
return css::uno::Sequence<sal_Int8>(); return css::uno::Sequence<sal_Int8>();
......
...@@ -383,7 +383,6 @@ public: ...@@ -383,7 +383,6 @@ public:
// com::sun::star::lang::XServiceInfo - static version // com::sun::star::lang::XServiceInfo - static version
static OUString SAL_CALL getImplementationName_Static(); static OUString SAL_CALL getImplementationName_Static();
static ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_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 // com::sun::star::io::XPersistObject
virtual OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
......
...@@ -186,7 +186,6 @@ dbaui::OQueryViewSwitch::setReadOnly(bool) ...@@ -186,7 +186,6 @@ dbaui::OQueryViewSwitch::setReadOnly(bool)
dbaui::OTableRowView::SetUpdatable(bool) dbaui::OTableRowView::SetUpdatable(bool)
dbaui::OTableWindowAccess::isEditable() const dbaui::OTableWindowAccess::isEditable() const
dp_registry::backend::RegisteredDb::getEntry(rtl::OUString 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::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 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 oox::drawingml::TextListStyle::dump() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment