diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
commit | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch) | |
tree | 2a91fcbcb206d60dcc652a336bb9b6813578815e /sfx2 | |
parent | 7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff) |
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appopen.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/bastyp/fltlst.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx index 1e8a83274e85..b3ffefdd6ffa 100644 --- a/sfx2/source/appl/appopen.cxx +++ b/sfx2/source/appl/appopen.cxx @@ -694,7 +694,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq ) rReq.AppendItem( SfxBoolItem( SID_TEMPLATE, sal_False ) ); // This helper wraps an existing (or may new created InteractionHandler) - // intercept all incoming interactions and provide useful informations + // intercept all incoming interactions and provide useful information // later if the following transaction was finished. ::framework::PreventDuplicateInteraction* pHandler = new ::framework::PreventDuplicateInteraction(::comphelper::getProcessComponentContext()); diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 43e0f1009880..8c83031c8acf 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -199,7 +199,7 @@ const SfxFilter* SfxFilterContainer::GetDefaultFilter_Impl( const String& rName if (eFactory == SvtModuleOptions::E_UNKNOWN_FACTORY) return NULL; - // For the following code we need some additional informations. + // For the following code we need some additional information. String sServiceName = aOpt.GetFactoryName(eFactory); String sDefaultFilter = aOpt.GetFactoryDefaultFilter(eFactory); diff --git a/sfx2/source/bastyp/fltlst.cxx b/sfx2/source/bastyp/fltlst.cxx index 59f0d7a09df6..442c33d80829 100644 --- a/sfx2/source/bastyp/fltlst.cxx +++ b/sfx2/source/bastyp/fltlst.cxx @@ -74,7 +74,7 @@ class SfxRefreshListener : public ::cppu::WeakImplHelper1<com::sun::star::util:: corresponding framework-cache. We use given "sFactory" value to decide which query must be used to fill "pContainer" with new values. Given "pContainer" hold us alive as uno reference and we use it to syschronize it with framework caches. - We will die, if he die! see dtor for further informations. + We will die, if he die! see dtor for further information. @seealso dtor @seealso class framework::FilterCache |