summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-03-03 12:45:21 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-03-03 12:45:21 +0100
commitfa878018dec1ce9fd3589066128d0647d3664465 (patch)
treebebbf23413a822f6d31aa1c8070663ebd0a42ed4 /chart2
parent9a6ab1568d2c5bad7d546433d1bc62829050aa37 (diff)
fdo#60724: fix resizeable -> resizable misspelling found by lintian
Change-Id: I07488c02277292f96c08be6155edf0158976cc0b
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartController_Window.cxx2
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