From b6d7773a12e1bb49068ee9f5330743c9484fb5bc Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:52:22 +0200 Subject: typo: artifical -> artificial --- sfx2/source/notify/globalevents.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') 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); } -- cgit