From 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 04:49:39 +0200 Subject: fdo#60724 informations -> information Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863 --- framework/source/recording/dispatchrecordersupplier.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source/recording') diff --git a/framework/source/recording/dispatchrecordersupplier.cxx b/framework/source/recording/dispatchrecordersupplier.cxx index 1fd5dedf0677..7102c48c3cbc 100644 --- a/framework/source/recording/dispatchrecordersupplier.cxx +++ b/framework/source/recording/dispatchrecordersupplier.cxx @@ -56,7 +56,7 @@ DEFINE_INIT_SERVICE( /*Attention I think we don't need any mutex or lock here ... because we are called by our own static method impl_createInstance() to create a new instance of this class by our own supported service factory. - see macro DEFINE_XSERVICEINFO_MULTISERVICE and "impl_initService()" for further informations! + see macro DEFINE_XSERVICEINFO_MULTISERVICE and "impl_initService()" for further information! */ } ) @@ -148,7 +148,7 @@ css::uno::Reference< css::frame::XDispatchRecorder > SAL_CALL DispatchRecorderSu check if recording is enabled or not. @param aURL the command URL - @param lArguments optional arguments (see com.sun.star.document.MediaDescriptor for further informations) + @param lArguments optional arguments (see com.sun.star.document.MediaDescriptor for further information) @param xDispatcher the original dispatch object which should be recorded @change 09.04.2002 by Andreas Schluens -- cgit