summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parent570138b66026f729cf500f7934be999fe7123a6b (diff)
typo: artifical -> artificial
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/notify/globalevents.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}