diff options
author | Gregg King <smokedart@gmail.com> | 2013-02-28 18:11:24 -0400 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-02 02:45:55 +0000 |
commit | db7a441342f7a22d23492dbd25b113e9573db192 (patch) | |
tree | e599f39d757a43af20bc16851072c396634da07d /svx | |
parent | 9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (diff) |
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724
Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b
Reviewed-on: https://gerrit.libreoffice.org/2479
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/fmsearch.hxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmshimp.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmundo.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/svx/fmsearch.hxx b/svx/inc/svx/fmsearch.hxx index c10d772abfd0..a4bbf910a4e2 100644 --- a/svx/inc/svx/fmsearch.hxx +++ b/svx/inc/svx/fmsearch.hxx @@ -57,7 +57,7 @@ struct FmFoundRecordInformation }; // =================================================================================================== -// = struct FmSearchContext - informations for the search in different contexts +// = struct FmSearchContext - information for the search in different contexts // =================================================================================================== struct FmSearchContext diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index f0aa24a975b6..195033bfb488 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -485,7 +485,7 @@ void SAL_CALL RecoveryCore::statusChanged(const css::frame::FeatureStateEvent& a // b) normal notification about changed items // FeatureDescriptor = "Update" - // State = Lits of informations [seq< NamedValue >] + // State = Lits of information [seq< NamedValue >] if (! aEvent.FeatureDescriptor.equals(RECOVERY_OPERATIONSTATE_UPDATE)) return; diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index b71785a8dc6d..ccea97a79137 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -371,7 +371,7 @@ namespace if (nIndex<0 || nIndex>=xParentIndex->getCount()) return; // nothing to do - // then we need informations about the listeners supported by the control and the model + // then we need information about the listeners supported by the control and the model Sequence< Type> aModelListeners; Sequence< Type> aControlListeners; diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index 0dd103260feb..3e9afde78fd9 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -524,7 +524,7 @@ void FmXUndoEnvironment::Removed(FmFormObj* pObj) void SAL_CALL FmXUndoEnvironment::disposing(const EventObject& e) throw( RuntimeException ) { RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "svx", "Ocke.Janssen@sun.com", "FmXUndoEnvironment::disposing" ); - // check if it's an object we have cached informations about + // check if it's an object we have cached information about if (m_pPropertySetCache) { Reference< XPropertySet > xSourceSet(e.Source, UNO_QUERY); |