summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-16 08:49:38 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-16 08:49:38 +0100
commit4d0ae2eac2ac03475b7496f81e803b9b71b7481f (patch)
treea3dec753cf2a69951829ca75e200648c1b647f88 /chart2/source/controller/chartapiwrapper
parent3909360c32b8e018bab468db7aece015c6d1a2b4 (diff)
undoapi: step 2.3 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:
migrate the clients of XDocumentActions to using the new XUndoManager, and completely remove the (X)DocumentActions still some more cleanup needed
Diffstat (limited to 'chart2/source/controller/chartapiwrapper')
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
index 2ba38e9582e1..29d7735e02a8 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
@@ -56,7 +56,6 @@
#include "WrappedAddInProperty.hxx"
#include "WrappedIgnoreProperty.hxx"
#include "ChartRenderer.hxx"
-#include "DocumentActions.hxx"
#include <com/sun/star/chart2/XTitled.hpp>
#include <com/sun/star/chart2/data/XDataReceiver.hpp>
#include <com/sun/star/chart/ChartDataRowSource.hpp>
@@ -1412,13 +1411,6 @@ uno::Reference< uno::XInterface > SAL_CALL ChartDocumentWrapper::createInstance(
xResult.set( m_xChartView );
bServiceFound = true;
}
- else if ( aServiceSpecifier.equals( CHART_DOCUMENT_ACTIONS_SERVICE_NAME ) )
- {
- Reference< XModel > xModel( queryInterface( XModel::static_type() ), UNO_QUERY_THROW );
- Reference< chart2::XDocumentActions > xDocumentActions( new DocumentActions( xModel ) );
- xResult.set( xDocumentActions );
- bServiceFound = true;
- }
else
{
// try to create a shape