diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-18 13:11:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-19 08:18:37 +0200 |
commit | eba160af2149f2ec70b78ea60f63f1b49065bba3 (patch) | |
tree | 70d94cc84c859160a1a5a67be2da50dcd6edd14e /chart2 | |
parent | fc518ed954aa73eeeb529c21afbcfdfa55ef7fb4 (diff) |
convert SdrCreateCmd to scoped enum
Change-Id: I8772032dee25c790314384750b8c7277c4879318
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartController_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |