summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/futext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/futext.cxx')
-rw-r--r--sc/source/ui/drawfunc/futext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/drawfunc/futext.cxx b/sc/source/ui/drawfunc/futext.cxx
index 8ea5fc2d90b3..2016c26d1336 100644
--- a/sc/source/ui/drawfunc/futext.cxx
+++ b/sc/source/ui/drawfunc/futext.cxx
@@ -362,7 +362,7 @@ sal_Bool FuText::MouseButtonDown(const MouseEvent& rMEvt)
lcl_InvalidateAttribs( pViewShell->GetViewFrame()->GetBindings() );
}
- pViewShell->SetActivePointer(pView->GetPreferedPointer(
+ pViewShell->SetActivePointer(pView->GetPreferredPointer(
pWindow->PixelToLogic(rMEvt.GetPosPixel()), pWindow ));
if (!bStraightEnter)
{
@@ -387,7 +387,7 @@ sal_Bool FuText::MouseMove(const MouseEvent& rMEvt)
// pViewShell->SetActivePointer(aNewPointer);
- pViewShell->SetActivePointer(pView->GetPreferedPointer(
+ pViewShell->SetActivePointer(pView->GetPreferredPointer(
pWindow->PixelToLogic(rMEvt.GetPosPixel()), pWindow ));
if (aDragTimer.IsActive() )