summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:52:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:42 +0200
commitb6d7773a12e1bb49068ee9f5330743c9484fb5bc (patch)
treee7a0767bd7ac8ce6d3d1d403865b351955c4df85 /sc
parent570138b66026f729cf500f7934be999fe7123a6b (diff)
typo: artifical -> artificial
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/drawfunc/fupoor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/fupoor.cxx b/sc/source/ui/drawfunc/fupoor.cxx
index 2a6a00b2b942..cade7aec847a 100644
--- a/sc/source/ui/drawfunc/fupoor.cxx
+++ b/sc/source/ui/drawfunc/fupoor.cxx
@@ -133,7 +133,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, ScrollHdl)
Point aPosPixel = pWindow->GetPointerPosPixel();
// use remembered MouseButton state to create correct
- // MouseEvents for this artifical MouseMove.
+ // MouseEvents for this artificial MouseMove.
MouseMove(MouseEvent(aPosPixel, 1, 0, GetMouseButtonCode()));
return 0;