summaryrefslogtreecommitdiff
path: root/svx/source/dialog/graphctl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/graphctl.cxx')
-rw-r--r--svx/source/dialog/graphctl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx
index 4fc18b71cbeb..5e87d51cc376 100644
--- a/svx/source/dialog/graphctl.cxx
+++ b/svx/source/dialog/graphctl.cxx
@@ -650,7 +650,7 @@ void GraphCtrl::MouseButtonDown( const MouseEvent& rMEvt )
if ( pCreateObj && !pCreateObj->GetUserCall() )
pCreateObj->SetUserCall( pUserCall );
- SetPointer( pView->GetPreferedPointer( aLogPt, this ) );
+ SetPointer( pView->GetPreferredPointer( aLogPt, this ) );
}
else
Control::MouseButtonDown( rMEvt );
@@ -671,7 +671,7 @@ void GraphCtrl::MouseMove(const MouseEvent& rMEvt)
SetPointer( POINTER_CROSS );
}
else
- SetPointer( pView->GetPreferedPointer( aLogPos, this ) );
+ SetPointer( pView->GetPreferredPointer( aLogPos, this ) );
}
else
Control::MouseButtonUp( rMEvt );
@@ -697,7 +697,7 @@ void GraphCtrl::MouseButtonUp(const MouseEvent& rMEvt)
pView->MouseButtonUp( rMEvt, this );
ReleaseMouse();
- SetPointer( pView->GetPreferedPointer( PixelToLogic( rMEvt.GetPosPixel() ), this ) );
+ SetPointer( pView->GetPreferredPointer( PixelToLogic( rMEvt.GetPosPixel() ), this ) );
}
else
Control::MouseButtonUp( rMEvt );