summaryrefslogtreecommitdiff
path: root/framework/inc
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/inc
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/inc')
-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
22 files changed, 42 insertions, 42 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.