From eba160af2149f2ec70b78ea60f63f1b49065bba3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Aug 2016 13:11:03 +0200 Subject: convert SdrCreateCmd to scoped enum Change-Id: I8772032dee25c790314384750b8c7277c4879318 --- chart2/source/controller/main/ChartController_Window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx index e575064d1321..12b8341e0372 100644 --- a/chart2/source/controller/main/ChartController_Window.cxx +++ b/chart2/source/controller/main/ChartController_Window.cxx @@ -743,7 +743,7 @@ void ChartController::execute_MouseButtonUp( const MouseEvent& rMEvt ) // #i12587# support for shapes in chart if ( m_eDrawMode == CHARTDRAW_INSERT && pDrawViewWrapper->IsCreateObj() ) { - pDrawViewWrapper->EndCreateObj( SDRCREATE_FORCEEND ); + pDrawViewWrapper->EndCreateObj( SdrCreateCmd::ForceEnd ); { HiddenUndoContext aUndoContext( m_xUndoManager ); // don't want the positioning Undo action to appear in the UI -- cgit