diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:52:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:42 +0200 |
commit | b6d7773a12e1bb49068ee9f5330743c9484fb5bc (patch) | |
tree | e7a0767bd7ac8ce6d3d1d403865b351955c4df85 /sd | |
parent | 570138b66026f729cf500f7934be999fe7123a6b (diff) |
typo: artifical -> artificial
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fupoor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx index c3ef547d1266..2ddef94e02cf 100644 --- a/sd/source/ui/func/fupoor.cxx +++ b/sd/source/ui/func/fupoor.cxx @@ -183,7 +183,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, ScrollHdl) Point aPnt(mpWindow->GetPointerPosPixel()); // use remembered MouseButton state to create correct - // MouseEvents for this artifical MouseMove. + // MouseEvents for this artificial MouseMove. MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode())); return 0; @@ -992,7 +992,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, DelayHdl) Point aPnt(mpWindow->GetPointerPosPixel()); // use remembered MouseButton state to create correct - // MouseEvents for this artifical MouseMove. + // MouseEvents for this artificial MouseMove. MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode())); return 0; |