diff options
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 193f80a2ceec..a104d13b9a60 100644 --- a/chart2/source/controller/main/ChartController_Window.cxx +++ b/chart2/source/controller/main/ChartController_Window.cxx @@ -649,7 +649,7 @@ void ChartController::execute_MouseButtonDown( const MouseEvent& rMEvt ) return;//double click is handled further in mousebutton up SdrHdl* pHitSelectionHdl = 0; - //switch from move to resize if handle is hit on a resizeable object + //switch from move to resize if handle is hit on a resizable object if( m_aSelection.isResizeableObjectSelected() ) pHitSelectionHdl = pDrawViewWrapper->PickHandle( aMPos ); //only change selection if no selection handles are hit |