calc56: #i112501# remove unused method

This commit is contained in:
Ingrid Halama 2010-07-02 17:04:32 +02:00
parent a7b51f6bb8
commit fca98cb9bf

View file

@ -52,17 +52,6 @@ namespace chart
namespace wrapper namespace wrapper
{ {
namespace
{
rtl::OUString lcl_getCIDForDiagram( const Reference< frame::XModel >& xChartModel )
{
uno::Reference< XDiagram > xDiagram( ChartModelHelper::findDiagram( xChartModel ) );
return ObjectIdentifier::createClassifiedIdentifierForObject( xDiagram, xChartModel );
}
} //anonymous namespace
Chart2ModelContact::Chart2ModelContact( Chart2ModelContact::Chart2ModelContact(
const Reference< uno::XComponentContext > & xContext ) : const Reference< uno::XComponentContext > & xContext ) :
m_xContext( xContext ), m_xContext( xContext ),