ShapeToolbarController::create is unused
Change-Id: Ie7612e4599699977ddca1f581eafd6aca4003f5d
This commit is contained in:
@@ -63,11 +63,6 @@ Sequence< OUString > ShapeToolbarController::getSupportedServiceNames() throw (u
|
||||
return getSupportedServiceNames_Static();
|
||||
}
|
||||
|
||||
Reference< uno::XInterface > ShapeToolbarController::create( const Reference< uno::XComponentContext >& xContext )
|
||||
{
|
||||
return * new ShapeToolbarController( xContext );
|
||||
}
|
||||
|
||||
ShapeToolbarController::ShapeToolbarController( const Reference< uno::XComponentContext >& xContext )
|
||||
:m_pToolbarController( NULL )
|
||||
,m_nToolBoxId( 1 )
|
||||
|
@@ -68,8 +68,6 @@ public:
|
||||
// needed by registration
|
||||
static OUString getImplementationName_Static() throw( ::com::sun::star::uno::RuntimeException );
|
||||
static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static(void) throw(::com::sun::star::uno::RuntimeException);
|
||||
static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
|
||||
create( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext );
|
||||
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
// ::com::sun::star::lang::XInitialization
|
||||
|
@@ -166,7 +166,6 @@ apitest::XTextContent::testGetAnchor()
|
||||
apitest::XTextField::testGetPresentation()
|
||||
basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&)
|
||||
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
|
||||
chart::ShapeToolbarController::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
|
||||
comphelper::OAccessibleImplementationAccess::setStateBit(short, bool)
|
||||
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(std::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&)
|
||||
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const
|
||||
|
Reference in New Issue
Block a user