summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorGregg King <smokedart@gmail.com>2013-02-28 18:11:24 -0400
committerEike Rathke <erack@redhat.com>2013-03-02 02:45:55 +0000
commitdb7a441342f7a22d23492dbd25b113e9573db192 (patch)
treee599f39d757a43af20bc16851072c396634da07d /framework
parent9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (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 'framework')
-rw-r--r--framework/inc/classes/filtercache.hxx6
-rw-r--r--framework/inc/classes/filtercachedata.hxx12
-rw-r--r--framework/inc/dispatch/dispatchinformationprovider.hxx2
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx2
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx4
-rw-r--r--framework/inc/dispatch/popupmenudispatcher.hxx2
-rw-r--r--framework/inc/framework/addonsoptions.hxx2
-rw-r--r--framework/inc/framework/framelistanalyzer.hxx2
-rw-r--r--framework/inc/framework/preventduplicateinteraction.hxx4
-rw-r--r--framework/inc/helper/oframes.hxx2
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx2
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx2
-rw-r--r--framework/inc/helper/titlebarupdate.hxx2
-rw-r--r--framework/inc/jobs/job.hxx4
-rw-r--r--framework/inc/jobs/jobdata.hxx2
-rw-r--r--framework/inc/macros/debug/event.hxx2
-rw-r--r--framework/inc/macros/debug/mutex.hxx2
-rw-r--r--framework/inc/macros/debug/targeting.hxx12
-rw-r--r--framework/inc/services/autorecovery.hxx12
-rw-r--r--framework/inc/services/mediatypedetectionhelper.hxx2
-rw-r--r--framework/inc/services/sessionlistener.hxx2
-rw-r--r--framework/inc/xml/acceleratorconfigurationreader.hxx2
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java4
-rw-r--r--framework/qa/complex/loadAllDocuments/InteractionHandler.java2
-rw-r--r--framework/qa/complex/loadAllDocuments/StatusIndicator.java2
-rw-r--r--framework/source/classes/taskcreator.cxx2
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx4
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx2
-rw-r--r--framework/source/dispatch/menudispatcher.cxx2
-rw-r--r--framework/source/dispatch/oxt_handler.cxx2
-rw-r--r--framework/source/dispatch/servicehandler.cxx2
-rw-r--r--framework/source/helper/oframes.cxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx4
-rw-r--r--framework/source/jobs/job.cxx10
-rw-r--r--framework/source/jobs/jobdata.cxx8
-rw-r--r--framework/source/jobs/jobresult.cxx2
-rw-r--r--framework/source/loadenv/loadenv.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/backingcomp.cxx2
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/services/frame.cxx6
-rw-r--r--framework/source/services/taskcreatorsrv.cxx2
42 files changed, 74 insertions, 74 deletions
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx
index 248e651d9188..9fe0fe5744ce 100644
--- a/framework/inc/classes/filtercache.hxx
+++ b/framework/inc/classes/filtercache.hxx
@@ -54,7 +54,7 @@ namespace framework{
/*-************************************************************************************************************//**
@short cache for all filter and type information
- @descr Frameloader- and filterfactory need some informations about our current registered filters and types.
+ @descr Frameloader - and filterfactory need some information about our current registered filters and types.
For better performance its neccessary to cache all needed values.
@implements -
@@ -121,7 +121,7 @@ class FilterCache : private ThreadHelpBase
/*-****************************************************************************************************//**
@short search routines to find items which match given parameter
- @descr Mostly we search for a type first and get all informations about filter, detector and loader
+ @descr Mostly we search for a type first and get all information about filter, detector and loader
services from the other configuration tables which are registered for this type.
These operations support a FindFirst/Next mechanism.
If you call search...( ... nStartEntry=0 ... ) we search for
@@ -168,7 +168,7 @@ class FilterCache : private ThreadHelpBase
/*-****************************************************************************************************//**
@short get all properties of a cache entry by given name
- @descr If you need additional informations about our internal cache values
+ @descr If you need additional information about our internal cache values
you can use these methods to get a list of all cached config values
and subkeys of specified entry.
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 531c83672d65..305a12bd6087 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -569,17 +569,17 @@ class DataContainer : private ThreadHelpBase
public:
- FileTypeHash m_aTypeCache ; /// hold all informations about registered file types
- FilterHash m_aFilterCache ; /// hold all informations about registered filters
- DetectorHash m_aDetectorCache ; /// hold all informations about registered detect services
- LoaderHash m_aLoaderCache ; /// hold all informations about registered loader services
- ContentHandlerHash m_aContentHandlerCache ; /// hold all informations about registered content handler services
+ FileTypeHash m_aTypeCache ; /// hold all information about registered file types
+ FilterHash m_aFilterCache ; /// hold all information about registered filters
+ DetectorHash m_aDetectorCache ; /// hold all information about registered detect services
+ LoaderHash m_aLoaderCache ; /// hold all information about registered loader services
+ ContentHandlerHash m_aContentHandlerCache ; /// hold all information about registered content handler services
PerformanceHash m_aFastFilterCache ; /// hold all registered filter for a special file type
PerformanceHash m_aFastDetectorCache ; /// hold all registered detect services for a special file type
PerformanceHash m_aFastLoaderCache ; /// hold all registered loader services for a special file type
PerformanceHash m_aFastContentHandlerCache ; /// hold all registered content handler services for a special file type
PreferredHash m_aPreferredTypesCache ; /// assignment of extensions to preferred types for it
- Loader m_aGenericLoader ; /// informations about our default frame loader
+ Loader m_aGenericLoader ; /// information about our default frame loader
::rtl::OUString m_sLocale ; /// current set locale of configuration to handle right UIName from set of all UINames!
sal_Bool m_bTypesModified ;
sal_Bool m_bFiltersModified ;
diff --git a/framework/inc/dispatch/dispatchinformationprovider.hxx b/framework/inc/dispatch/dispatchinformationprovider.hxx
index e8dc28db4c43..f39c68038861 100644
--- a/framework/inc/dispatch/dispatchinformationprovider.hxx
+++ b/framework/inc/dispatch/dispatchinformationprovider.hxx
@@ -38,7 +38,7 @@
namespace framework{
/*-************************************************************************************************************//**
- @short a helper to merge dispatch informations of different sources together.
+ @short a helper to merge dispatch information of different sources together.
*//*-*************************************************************************************************************/
class DispatchInformationProvider : public css::frame::XDispatchInformationProvider
, private ThreadHelpBase
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index e9aab8d1226e..80a805188a4d 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -267,7 +267,7 @@ class InterceptionHelper : public css::frame::XDispatchProvider
/** @short release an interceptor.
@descr Remove the registered interceptor from our internal list
- and delete all special informations about it.
+ and delete all special information about it.
@param xInterceptor
reference to the interceptor, which wish to be deregistered.
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index 9ee289847b13..a2b38f3174f4 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -50,7 +50,7 @@
namespace framework{
/*-************************************************************************************************************//**
- We must save informations about our listener and URL for listening.
+ We must save information about our listener and URL for listening.
We implement this as a hashtable for strings.
*//*-*************************************************************************************************************/
@@ -95,7 +95,7 @@ class MenuDispatcher : // interfaces
/*-****************************************************************************************************//**
@short standard ctor
- @descr These initialize a new instance of ths class with needed informations for work.
+ @descr These initialize a new instance of ths class with needed information for work.
@seealso using at owner
diff --git a/framework/inc/dispatch/popupmenudispatcher.hxx b/framework/inc/dispatch/popupmenudispatcher.hxx
index f1ee756e09cc..1ecc51246e6d 100644
--- a/framework/inc/dispatch/popupmenudispatcher.hxx
+++ b/framework/inc/dispatch/popupmenudispatcher.hxx
@@ -52,7 +52,7 @@
namespace framework{
/*-************************************************************************************************************//**
- We must save informations about our listener and URL for listening.
+ We must save information about our listener and URL for listening.
We implement this as a hashtable for strings.
*//*-*************************************************************************************************************/
diff --git a/framework/inc/framework/addonsoptions.hxx b/framework/inc/framework/addonsoptions.hxx
index 4cc21d95f645..a4d4ffacb443 100644
--- a/framework/inc/framework/addonsoptions.hxx
+++ b/framework/inc/framework/addonsoptions.hxx
@@ -107,7 +107,7 @@ typedef ::std::vector< MergeToolbarInstruction > MergeToolbarInstructionContaine
class AddonsOptions_Impl;
/*-************************************************************************************************************//**
- @short collect informations about menu features
+ @short collect information about menu features
@descr -
@implements -
diff --git a/framework/inc/framework/framelistanalyzer.hxx b/framework/inc/framework/framelistanalyzer.hxx
index 9ff832c884ac..12e063c0d53f 100644
--- a/framework/inc/framework/framelistanalyzer.hxx
+++ b/framework/inc/framework/framelistanalyzer.hxx
@@ -29,7 +29,7 @@ namespace framework{
/** analyze and split the current available frame list of a given frames supplier
into different parts.
- These analyzed informations can be used e.g. to decide if it's neccessary
+ These analyzed information can be used e.g. to decide if it's neccessary
to switch into the backing mode, close the current active frame only or
exit the whole application explicitly or implicitly.
*/
diff --git a/framework/inc/framework/preventduplicateinteraction.hxx b/framework/inc/framework/preventduplicateinteraction.hxx
index 921a54b8ae23..559f6b4a7495 100644
--- a/framework/inc/framework/preventduplicateinteraction.hxx
+++ b/framework/inc/framework/preventduplicateinteraction.hxx
@@ -99,7 +99,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2
css::uno::Reference< css::task::XInteractionHandler > m_xHandler;
/** This list describe which and how incoming interactions must be handled.
- Further it contains all collected informations after this interaction
+ Further it contains all collected information after this interaction
object was used.*/
InteractionList m_lInteractionRules;
@@ -215,7 +215,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2
specify the interaction.
@param pReturn
- provides informations about:
+ provides information about:
- the count how often this interaction was handled during the
lifetime of this helper.
- the interaction itself, so it can be analyzed further
diff --git a/framework/inc/helper/oframes.hxx b/framework/inc/helper/oframes.hxx
index 9d1912df0781..ea9ea00999e9 100644
--- a/framework/inc/helper/oframes.hxx
+++ b/framework/inc/helper/oframes.hxx
@@ -72,7 +72,7 @@ class OFrames : private ThreadHelpBase , // Must be the first of base
/*-****************************************************************************************************//**
@short standard ctor
- @descr These initialize a new instance of this class with all needed informations for work.
+ @descr These initialize a new instance of this class with all needed information for work.
We share framecontainer with owner implementation! It's a threadsafe container.
@seealso -
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index d9e1ae2fdfd5..f8bac8eca0df 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -45,7 +45,7 @@ namespace framework{
a listener on one frame which container window was created by ourself.
We listen for frame action events and everytimes a component will deattached from a frame
we store its current position and size to the configuration. Everytimes a new component is
- attached to a frame first time(!) we restore this informations again.
+ attached to a frame first time(!) we restore this information again.
@base ThreadHelpBase
guarantee right initialized lock member during startup of instances of this class.
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 09bf3bd3381e..c7d30a69f97a 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -64,7 +64,7 @@ namespace framework{
//===============================================
/**
- @descr This struct hold some informations about all currently running progress proccesses.
+ @descr This struct hold some information about all currently running progress proccesses.
Because the can be used on a stack, we must cache her states but must paint only
the top most one.
*/
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx
index 65c333af3afb..6d66c9d16793 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -156,7 +156,7 @@ class TitleBarUpdate : // interfaces
/** @short set a new icon and title on the title bar of our connected frame window.
@descr It does not check if an update is realy needed. That has to be done outside.
- It retrieves all needed informations and update the title bar - nothing less -
+ It retrieves all needed information and update the title bar - nothing less -
nothing more.
*/
void impl_forceUpdate();
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index 7f18dc69a18f..6ed4f5580a3f 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -84,7 +84,7 @@ class Job : public css::lang::XTypeProvider
private:
/**
- hold all neccessary informations about this job.
+ hold all neccessary information about this job.
It can be used for both modes: with and without configuration.
*/
JobData m_aJobCfg;
@@ -133,7 +133,7 @@ class Job : public css::lang::XTypeProvider
/**
A job can return a dispatch result event after finishing its work.
We have to transport it to any outside interested listener then.
- (see m_xResultSourceFake for further informations too!)
+ (see m_xResultSourceFake for further information too!)
*/
css::uno::Reference< css::frame::XDispatchResultListener > m_xResultListener;
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index c72e675e7df3..ec7f300711d2 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -40,7 +40,7 @@ namespace framework{
/**
- @short holds all neccessary informations about a job and
+ @short holds all neccessary information about a job and
handle it's configuration (if any exist!)
@descr It can be used rom different use cases as a container
(or proxy) for all config data of a registered job.
diff --git a/framework/inc/macros/debug/event.hxx b/framework/inc/macros/debug/event.hxx
index 38e38765cec3..72865cf87a53 100644
--- a/framework/inc/macros/debug/event.hxx
+++ b/framework/inc/macros/debug/event.hxx
@@ -44,7 +44,7 @@
/*_____________________________________________________________________________________________________________
LOG_FRAMEACTIONEVENT( SFRAMETYPE, SFRAMENAME, AFRAMEACTION )
- Use this macro to print debug informations about sending of events to listener for controling right order.
+ Use this macro to print debug information about sending of events to listener for controling right order.
( Use new scope in macro to declare sBuffer more then on time in same "parentscope"! )
_____________________________________________________________________________________________________________*/
diff --git a/framework/inc/macros/debug/mutex.hxx b/framework/inc/macros/debug/mutex.hxx
index c55ee1de1f59..e212f99416e6 100644
--- a/framework/inc/macros/debug/mutex.hxx
+++ b/framework/inc/macros/debug/mutex.hxx
@@ -43,7 +43,7 @@
/*_____________________________________________________________________________________________________________
LOG_LOCKTYPE( _EFALLBACK, _ECURRENT )
- Write informations about current set lock type for whole framework project to special file.
+ Write information about current set lock type for whole framework project to special file.
_____________________________________________________________________________________________________________*/
#define LOG_LOCKTYPE( _EFALLBACK, _ECURRENT ) \
diff --git a/framework/inc/macros/debug/targeting.hxx b/framework/inc/macros/debug/targeting.hxx
index 6a75d9decfe5..1e8b54afa411 100644
--- a/framework/inc/macros/debug/targeting.hxx
+++ b/framework/inc/macros/debug/targeting.hxx
@@ -47,7 +47,7 @@
Log format for parameter e.g.: Desktop::findFrame( "frame1", 23 ) my name is "desktop"
Log format for steps e.g.: desktop--
- With this macro you can log informations about search parameter of method "findFrame()" of an service.
+ With this macro you can log information about search parameter of method "findFrame()" of an service.
Use it at beginning of search only!
_____________________________________________________________________________________________________________*/
@@ -73,7 +73,7 @@
/*_____________________________________________________________________________________________________________
LOG_PARAMETER_QUERYDISPATCH( SSERVICE, SFRAMENAME, AURL, STARGETNAME, NSEARCHFLAGS )
- With this macro you can log informations about search parameter of method "queryDispatch()" of an service.
+ With this macro you can log information about search parameter of method "queryDispatch()" of an service.
Use it at beginning of search only!
_____________________________________________________________________________________________________________*/
@@ -98,7 +98,7 @@
/*_____________________________________________________________________________________________________________
LOG_PARAMETER_LOADCOMPONENTFROMURL( SSERVICE, SFRAMENAME, SURL, STARGETNAME, NSEARCHFLAGS, SEQPARAMETER )
- With this macro you can log informations about search parameter of method "loadComponentFromURL()" of an service.
+ With this macro you can log information about search parameter of method "loadComponentFromURL()" of an service.
Use it at beginning of search only!
_____________________________________________________________________________________________________________*/
@@ -133,7 +133,7 @@
/*_____________________________________________________________________________________________________________
LOG_RESULT_FINDFRAME( SSERVICE, SFRAMENAME, XFRAME )
- With this macro you can log informations about search result of "findFrame()".
+ With this macro you can log information about search result of "findFrame()".
Use it at the end of this method only!
_____________________________________________________________________________________________________________*/
@@ -165,7 +165,7 @@
/*_____________________________________________________________________________________________________________
LOG_RESULT_QUERYDISPATCH( SSERVICE, SFRAMENAME, XDISPATCHER )
- With this macro you can log informations about search result of "queryDispatch()".
+ With this macro you can log information about search result of "queryDispatch()".
Use it at the end of this method only!
_____________________________________________________________________________________________________________*/
@@ -192,7 +192,7 @@
/*_____________________________________________________________________________________________________________
LOG_RESULT_LOADCOMPONENTFROMURL( SSERVICE, SFRAMENAME, XCOMPONENT )
- With this macro you can log informations about search result of "loadComponentFromURL()".
+ With this macro you can log information about search result of "loadComponentFromURL()".
Use it at the end of this method only!
_____________________________________________________________________________________________________________*/
diff --git a/framework/inc/services/autorecovery.hxx b/framework/inc/services/autorecovery.hxx
index 9ef0a2fcf4b7..72515ef3820c 100644
--- a/framework/inc/services/autorecovery.hxx
+++ b/framework/inc/services/autorecovery.hxx
@@ -55,11 +55,11 @@ namespace framework
{
//---------------------------------------
-/** @short hold all needed informations for an asynchronous dispatch alive.
+/** @short hold all needed information for an asynchronous dispatch alive.
@descr Because some operations are forced to be executed asynchronously
(e.g. requested by our CreashSave/Recovery dialog) ... we must make sure
- that these informations wont be set as "normal" members of our AtoRecovery
+ that these information wont be set as "normal" members of our AtoRecovery
instance. Otherwise they can disturb our normal AutoSave-timer handling.
e.g. it can be unclear then, which progress has to be used for storing documents ...
*/
@@ -217,7 +217,7 @@ class AutoRecovery : public css::lang::XTypeProvider
};
//---------------------------------------
- /** @short combine different informations about one office document. */
+ /** @short combine different information about one office document. */
struct TDocumentInfo
{
public:
@@ -381,7 +381,7 @@ class AutoRecovery : public css::lang::XTypeProvider
ETimerType m_eTimerType;
//---------------------------------------
- /** @short this cache is used to hold all informations about
+ /** @short this cache is used to hold all information about
recovery/emergency save documents alive.
*/
TDocumentList m_lDocCache;
@@ -765,7 +765,7 @@ class AutoRecovery : public css::lang::XTypeProvider
the base path for saving such temp files.
@param rInfo
- points to an informations structure, where
+ points to an information structure, where
e.g. the document, its modified state, the count
of autosave-retries etcpp. exists.
Its used also to return the new temp file name
@@ -833,7 +833,7 @@ class AutoRecovery : public css::lang::XTypeProvider
@param pInfo
if sOperation is an update, this parameter must be different from NULL
- and is used to send informations regarding the current handled document.
+ and is used to send information regarding the current handled document.
@return [css::frame::FeatureStateEvent]
the event structure for sending.
diff --git a/framework/inc/services/mediatypedetectionhelper.hxx b/framework/inc/services/mediatypedetectionhelper.hxx
index c9e513db2e9c..99b8d46efdef 100644
--- a/framework/inc/services/mediatypedetectionhelper.hxx
+++ b/framework/inc/services/mediatypedetectionhelper.hxx
@@ -63,7 +63,7 @@ class MediaTypeDetectionHelper : public ::cppu::WeakImplHelper2< ::com::sun::
/*-****************************************************************************************************//**
@short standard ctor
- @descr These initialize a new instance of this class with all needed informations for work.
+ @descr These initialize a new instance of this class with all needed information for work.
@seealso -
diff --git a/framework/inc/services/sessionlistener.hxx b/framework/inc/services/sessionlistener.hxx
index 7dfef09f5527..c30ae9da75ed 100644
--- a/framework/inc/services/sessionlistener.hxx
+++ b/framework/inc/services/sessionlistener.hxx
@@ -52,7 +52,7 @@ namespace framework{
@descr Using of this class makes it possible to get information about the
format type of a given URL or stream. The returned internal type name
- can be used to get more informations about this format. Further this
+ can be used to get more information about this format. Further this
class provides full access to the configuration data and following
implementations will support some special query modes.
diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx
index 0097878a379d..5a5496a892d9 100644
--- a/framework/inc/xml/acceleratorconfigurationreader.hxx
+++ b/framework/inc/xml/acceleratorconfigurationreader.hxx
@@ -107,7 +107,7 @@ class AcceleratorConfigurationReader : public css::xml::sax::XDocumentHandler
::salhelper::SingletonRef< KeyMapping > m_rKeyMapping;
//---------------------------------------
- /** @short provide informations abou the parsing state.
+ /** @short provide information about the parsing state.
@descr We use it to find out the line and column, where
an error occure.
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index c49e461258f6..e8e48c0eccb4 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -474,7 +474,7 @@ public class Protocol extends JComponent
// ____________________
/**
* For some modes it's neccessary, that we write some additional
- * informations to the log. E.g. for html we must generate close targets.
+ * information to the log. E.g. for html we must generate close targets.
*/
public synchronized void finish()
{
@@ -513,7 +513,7 @@ public class Protocol extends JComponent
/**
* log an exception.
*
- * It uses all informations available by this exception object
+ * It uses all information available by this exception object
* to generate the log. So exceptions are printed out using a
* standard format.
*
diff --git a/framework/qa/complex/loadAllDocuments/InteractionHandler.java b/framework/qa/complex/loadAllDocuments/InteractionHandler.java
index cd558ab7e8ce..c2a297d5000a 100644
--- a/framework/qa/complex/loadAllDocuments/InteractionHandler.java
+++ b/framework/qa/complex/loadAllDocuments/InteractionHandler.java
@@ -65,7 +65,7 @@ public class InteractionHandler implements XInteractionHandler
/**
* Called to start the interaction, because the outside code whish to solve
* a detected problem or to inform the user about something.
- * We safe the informations here and can handle two well known continuations
+ * We save the information here and can handle two well known continuations
* only.
* [abort and retry].
*
diff --git a/framework/qa/complex/loadAllDocuments/StatusIndicator.java b/framework/qa/complex/loadAllDocuments/StatusIndicator.java
index bf2c0ce4ba2b..d92e271516e7 100644
--- a/framework/qa/complex/loadAllDocuments/StatusIndicator.java
+++ b/framework/qa/complex/loadAllDocuments/StatusIndicator.java
@@ -25,7 +25,7 @@ package complex.loadAllDocuments;
/**
* Implemets a simple status indicator, which
- * provide informations about state of a load request.
+ * provide information about state of a load request.
* It can be used as an argument e.g. for loadComponentFromURL().
*/
public class StatusIndicator implements com.sun.star.task.XStatusIndicator
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx
index 87dd6d302073..1d1c8a5a169d 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -35,7 +35,7 @@ namespace framework{
/*-****************************************************************************************************//**
@short initialize instance with neccessary informations
@descr We need a valid uno service manager to create or instanciate new services.
- All other informations to create frames or tasks come in on right interface methods.
+ All other information to create frames or tasks come in on right interface methods.
@param xSMGR
points to the valid uno service manager
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index 868a3b382bdb..678b4885601a 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -65,7 +65,7 @@ DEFINE_XTYPEPROVIDER_2( DispatchProvider ,
/**
@short standard ctor/dtor
- @descr These initialize a new instance of tihs class with needed informations for work.
+ @descr These initialize a new instance of tihs class with needed information for work.
We hold a weakreference to our owner frame which start dispatches at us.
We can't use a normal reference because he hold a reference of us too ...
nobody can die so ...!
@@ -529,7 +529,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt
{
try
{
- // but do it only, if all context informations are OK
+ // but do it only, if all context information are OK
css::uno::Sequence< css::uno::Any > lContext(1);
lContext[0] <<= xOwner;
xInit->initialize(lContext);
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index ae23b0217049..0b80ac3cb055 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -70,7 +70,7 @@ DEFINE_INIT_SERVICE(MailToDispatcher,
/**
@short standard ctor
- @descr These initialize a new instance of ths class with needed informations for work.
+ @descr These initialize a new instance of ths class with needed information for work.
@param rxContext
reference to uno servicemanager for creation of new services
diff --git a/framework/source/dispatch/menudispatcher.cxx b/framework/source/dispatch/menudispatcher.cxx
index 20c09c97484f..e8117deadc6f 100644
--- a/framework/source/dispatch/menudispatcher.cxx
+++ b/framework/source/dispatch/menudispatcher.cxx
@@ -77,7 +77,7 @@ MenuDispatcher::MenuDispatcher( const uno::Reference< XMultiServiceFactory >
, m_pMenuManager ( NULL )
{
// Safe impossible cases
- // We need valid informations about ouer ownerfor work.
+ // We need valid information about our owner for work.
LOG_ASSERT( impldbg_checkParameter_MenuDispatcher( xFactory, xOwner ), "MenuDispatcher::MenuDispatcher()\nInvalid parameter detected!\n" )
m_bActivateListener = sal_True;
diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx
index 52ff88e6f165..27ac34dc82cb 100644
--- a/framework/source/dispatch/oxt_handler.cxx
+++ b/framework/source/dispatch/oxt_handler.cxx
@@ -67,7 +67,7 @@ DEFINE_INIT_SERVICE ( Oxt_Handler,
/*-************************************************************************************************************//**
@short standard ctor
- @descr These initialize a new instance of this class with needed informations for work.
+ @descr These initialize a new instance of this class with needed information for work.
@seealso using at owner
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index 5bba0967aba2..7fc236eb7348 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -69,7 +69,7 @@ DEFINE_INIT_SERVICE(ServiceHandler,
/**
@short standard ctor
- @descr These initialize a new instance of ths class with needed informations for work.
+ @descr These initialize a new instance of ths class with needed information for work.
@param xFactory
reference to uno servicemanager for creation of new services
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index 33e3ff301b55..4ceeb870469e 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -343,7 +343,7 @@ void OFrames::impl_resetObject()
void OFrames::impl_appendSequence( Sequence< css::uno::Reference< XFrame > >& seqDestination ,
const Sequence< css::uno::Reference< XFrame > >& seqSource )
{
- // Get some informations about the sequences.
+ // Get some information about the sequences.
sal_Int32 nSourceCount = seqSource.getLength();
sal_Int32 nDestinationCount = seqDestination.getLength();
const css::uno::Reference< XFrame >* pSourceAccess = seqSource.getConstArray();
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 126bc7ff0511..b82f0aba027f 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -143,7 +143,7 @@ private:
*/
sal_Int32 m_nSearchFlags;
- /** @short contains all needed informations about the resource,
+ /** @short contains all needed information about the resource,
which should be loaded.
@descr Inside this struct e.g. the URL, its type and filter name,
@@ -241,7 +241,7 @@ public:
points to the resource, which should be loaded.
@param lMediaDescriptor
- contains additional informations for the following load request.
+ contains additional information for the following load request.
@param xBaseFrame
points to the frame which must be used as start point for target search.
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index a38c2f499c92..6063f203755e 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -55,7 +55,7 @@ DEFINE_XTYPEPROVIDER_4( Job ,
/**
@short standard ctor
@descr It initialize this new instance. But it set some generic parameters here only.
- Specialized informations (e.g. the alias or service name ofthis job) will be set
+ Specialized information (e.g. the alias or service name ofthis job) will be set
later using the method setJobData().
@param xSMGR
@@ -85,7 +85,7 @@ Job::Job( /*IN*/ const css::uno::Reference< css::lang::XMultiServiceFactory >& x
/**
@short standard ctor
@descr It initialize this new instance. But it set some generic parameters here only.
- Specialized informations (e.g. the alias or service name ofthis job) will be set
+ Specialized information (e.g. the alias or service name ofthis job) will be set
later using the method setJobData().
@param xSMGR
@@ -181,7 +181,7 @@ void Job::setJobData( const JobData& aData )
@param lDynamicArgs
optional arguments for job execution
In case the represented job is a configured one (which uses static
- arguments too) all informations will be merged!
+ arguments too) all information will be merged!
*/
void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lDynamicArgs )
{
@@ -257,7 +257,7 @@ void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lD
#endif
// deinitialize the environment and mark this job as finished ...
- // but don't overwrite any informations about STOPPED or might DISPOSED jobs!
+ // but don't overwrite any information about STOPPED or might DISPOSED jobs!
impl_stopListening();
if (m_eRunState == E_RUNNING)
m_eRunState = E_STOPPED_OR_FINISHED;
@@ -356,7 +356,7 @@ void Job::die()
b) it's specific configuration data (Different for every job.)
c) some environment values (e.g. the frame, for which this job was started)
d) any other dynamic data (e.g. parameters of a dispatch() request)
- We collect all these informations and generate one list which include all others.
+ We collect all these information and generate one list which include all others.
@param lDynamicArgs
list of dynamic arguments (given by a corresponding dispatch() call)
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index 173d9d9a8d76..8b496d15b0ea 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -258,7 +258,7 @@ void JobData::setEvent( const ::rtl::OUString& sEvent ,
/* SAFE { */
WriteGuard aWriteLock(m_aLock);
- // take over the new informations - which differ against set on of method setAlias()!
+ // take over the new information - which differ against set on of method setAlias()!
m_sEvent = sEvent;
m_eMode = E_EVENT;
@@ -343,7 +343,7 @@ void JobData::setResult( const JobResult& aResult )
// overwrite the last saved result
m_aLastExecutionResult = aResult;
- // Don't use his informations to update
+ // Don't use his information to update
// e.g. the arguments of this job. It must be done
// from outside! Here we save this information only.
@@ -484,7 +484,7 @@ css::uno::Sequence< css::beans::NamedValue > JobData::getConfig() const
@descr Because jobs can be executed by the dispatch framework using an uno service name
directly - an executed job must not have any configuration realy. Such jobs
must provide the right interfaces only! But after finishing jobs can return
- some informations (e.g. for updating her configuration ...). We must know
+ some information (e.g. for updating her configuration ...). We must know
if such request is valid or not then.
@return sal_True if the represented job is part of the underlying configuration package.
@@ -702,7 +702,7 @@ css::uno::Sequence< ::rtl::OUString > JobData::getEnabledJobsForEvent( const css
But note: that does not set defaults for internal used members, which
does not relate to any job property! e.g. the reference to the global
- uno service manager. Such informations are used for internal processes only
+ uno service manager. Such information is used for internal processes only
and are neccessary for our work.
*/
void JobData::impl_reset()
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index 42ffd7ab192f..5636f517e4ee 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -180,7 +180,7 @@ void JobResult::operator=( const JobResult& rCopy )
@short checks for existing parts of the analyzed result
@descr The internal flag mask was set after analyzing of the pure result.
An user of us can check here, if the required part was realy part
- of this result. Otherwhise it would use invalid informations ...
+ of this result. Otherwhise it would use invalid information ...
by using our other members!
@param eParts
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index b41c2a030425..9cd9c5a54f60 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -1491,7 +1491,7 @@ css::uno::Reference< css::frame::XFrame > LoadEnv::impl_searchRecycleTarget()
if (!xModel.is())
return css::uno::Reference< css::frame::XFrame >();
- // get some more informations ...
+ // get some more information ...
// A valid set URL means: there is already a location for this document.
// => it was saved there or opened from there. Such Documents can not be used here.
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index e1415dff7c8d..380a0159ca0b 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -1680,7 +1680,7 @@ void AutoRecovery::implts_registerDocument(const css::uno::Reference< css::frame
if ( !xDocRecovery.is() )
return;
- // get all needed informations of this document
+ // get all needed information of this document
// We need it to update our cache or to locate already existing elements there!
AutoRecovery::TDocumentInfo aNew;
aNew.Document = xDocument;
diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx
index 43f808eaad74..6c7b4eede5a8 100644
--- a/framework/source/services/backingcomp.cxx
+++ b/framework/source/services/backingcomp.cxx
@@ -357,7 +357,7 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL BackingComp::impl_createIns
/** returns a new factory instance for instances of this class.
It uses a helper class of the cppuhelper project as factory.
- It will be initialized with all neccessary informations and
+ It will be initialized with all neccessary information and
will be able afterwards to create instance of this class.
This factory call us back inside our method impl_createInstance().
So we can create and initialize ourself. Only filtering of creation
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index f57fa50cb190..f32d0354d396 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -614,7 +614,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getCurrentFrame() th
/*-************************************************************************************************************//**
@interface XComponentLoader
@short try to load given URL into a task
- @descr You can give us some informations about the content, which you will load into a frame.
+ @descr You can give us some information about the content, which you will load into a frame.
We search or create this target for you, make a type detection of given URL and try to load it.
As result of this operation we return the new created component or nothing, if loading failed.
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 0919629037eb..6f2ff40eaa74 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -285,7 +285,7 @@ Frame::~Frame()
/*-************************************************************************************************************//**
@interface XComponentLoader
@short try to load given URL into a task
- @descr You can give us some informations about the content, which you will load into a frame.
+ @descr You can give us some information about the content, which you will load into a frame.
We search or create this target for you, make a type detection of given URL and try to load it.
As result of this operation we return the new created component or nothing, if loading failed.
@@ -1225,7 +1225,7 @@ void SAL_CALL Frame::deactivate() throw( css::uno::RuntimeException )
/*-****************************************************************************************************//**
@short returns active state
- @descr Call it to get informations about current active state of this frame.
+ @descr Call it to get information about current active state of this frame.
@seealso method activate()
@seealso method deactivate()
@@ -2708,7 +2708,7 @@ void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction
// Sometimes used by dispose() => soft exceptions!
TransactionGuard aTransaction( m_aTransactionManager, E_SOFTEXCEPTIONS );
- // Log informations about order of events to file!
+ // Log information about order of events to file!
// (only activated in debug version!)
LOG_FRAMEACTIONEVENT( "Frame", m_sName, aAction )
diff --git a/framework/source/services/taskcreatorsrv.cxx b/framework/source/services/taskcreatorsrv.cxx
index a39c97103470..5935c512974c 100644
--- a/framework/source/services/taskcreatorsrv.cxx
+++ b/framework/source/services/taskcreatorsrv.cxx
@@ -310,7 +310,7 @@ void TaskCreatorService::implts_establishWindowStateListener( const css::uno::Re
// Special feature: It's allowed for frames using a top level window only!
// We must create a special listener service and couple it with the new created task frame.
// He will restore or save the window state of it ...
- // See used classes for further informations too.
+ // See used classes for further information too.
PersistentWindowState* pPersistentStateHandler = new PersistentWindowState(xSMGR);
css::uno::Reference< css::lang::XInitialization > xInit(static_cast< ::cppu::OWeakObject* >(pPersistentStateHandler), css::uno::UNO_QUERY_THROW);