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 | |
parent | 570138b66026f729cf500f7934be999fe7123a6b (diff) |
typo: artifical -> artificial
-rw-r--r-- | connectivity/source/commontools/parameters.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/fupoor.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/fupoor.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/notify/globalevents.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx index 1d0bc62924a6..ebba03384f9e 100644 --- a/connectivity/source/commontools/parameters.cxx +++ b/connectivity/source/commontools/parameters.cxx @@ -474,7 +474,7 @@ namespace dbtools // for the master-detail links, where the detail field denoted a column name, we created an additional ("artificial") // filter, and *appended* it to all other (potentially) existing filters of the row set. This means that the indexes - // for the parameters resulting from the artifical filter should be larger than any other parameter index, and this + // for the parameters resulting from the artificial filter should be larger than any other parameter index, and this // is what the assertion checks. // If the assertion fails, then we would need another handling for the "parameters visited" flags, since they're based // on parameter indexes *without* the artificial filter (because this filter is not visible from the outside). 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; 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; diff --git a/sfx2/source/notify/globalevents.cxx b/sfx2/source/notify/globalevents.cxx index cb27cb2ef698..9b23045417bd 100644 --- a/sfx2/source/notify/globalevents.cxx +++ b/sfx2/source/notify/globalevents.cxx @@ -292,7 +292,7 @@ void SAL_CALL SfxGlobalEvents_Impl::notifyDocumentEvent( const OUString& /*_Even const uno::Reference< frame::XController2 >& /*_ViewController*/, const uno::Any& /*_Supplement*/ ) throw (lang::IllegalArgumentException, lang::NoSupportException, uno::RuntimeException, std::exception) { - // we're a multiplexer only, no chance to generate artifical events here + // we're a multiplexer only, no chance to generate artificial events here throw lang::NoSupportException(OUString(), *this); } |