summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/graphctl.cxx6
-rw-r--r--svx/source/dialog/svxruler.cxx2
2 files changed, 4 insertions, 4 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 );
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index a41d0e07d5e2..4d027bbb66cb 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -1003,7 +1003,7 @@ void SvxRuler::SetDefTabDist(long inDefTabDist) // New distance for DefaultTabs
sal_uInt16 ToSvTab_Impl(SvxTabAdjust eAdj)
{
- /* Internal convertion routine between SV-Tab.-Enum and Svx */
+ /* Internal conversion routine between SV-Tab.-Enum and Svx */
switch(eAdj) {
case SVX_TAB_ADJUST_LEFT: return RULER_TAB_LEFT;
case SVX_TAB_ADJUST_RIGHT: return RULER_TAB_RIGHT;