summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Corrius <jcorrius@gmail.com>2013-09-26 10:33:38 +0200
committerJesús Corrius <jcorrius@gmail.com>2013-09-26 10:37:00 +0200
commit7d491bec4063b447726c49a98be47c80df1d4e24 (patch)
tree274804410bb0ad6ce56851478b0e5e9758acf168
parent968f4d72a23bb28d097a7694d66f0b866b3b33f0 (diff)
Everytimes -> Every time
Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121
-rw-r--r--filter/source/config/cache/filtercache.hxx4
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--framework/inc/classes/propertysethelper.hxx2
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx2
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx2
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx4
-rw-r--r--framework/inc/services/autorecovery.hxx4
-rw-r--r--framework/inc/services/modulemanager.hxx2
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx2
-rw-r--r--include/comphelper/configurationhelper.hxx2
-rw-r--r--include/framework/framelistanalyzer.hxx4
-rw-r--r--include/salhelper/singletonref.hxx2
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx4
-rw-r--r--include/unotools/moduleoptions.hxx2
14 files changed, 19 insertions, 19 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 7305c488a477..595927ea693d 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -327,7 +327,7 @@ class FilterCache : public BaseLock
Otherwise this method does nothing!
This method must be called from every user of this cache
- everytimes it need a filled cache. Normaly we load
+ every time it need a filled cache. Normaly we load
only standard information into this cache on startup.
After a few seconds we start a special thread, which
may fill this cache completely. But if somehwere outside
@@ -669,7 +669,7 @@ class FilterCache : public BaseLock
@descr It checks first, if the internal member m_xConfig already
points to an open update access. If not - it opens a new one.
- Doing so this method can be called everytimes a configuration
+ Doing so this method can be called every time a configuration
access is needed.
@param eProvider
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index bb4d45f6faab..3ce6042c30be 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -110,7 +110,7 @@ private:
@param rLastChance
the internal name of a "suggested type" ... (see before)
- Note: it will be reseted to an empty string everytimes. So
+ Note: it will be reseted to an empty string every time. So
a set value of "rLastChance" can be detected outside very easy.
@param rUsedDetectors
diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx
index 72883565140a..7ae333e414d9 100644
--- a/framework/inc/classes/propertysethelper.hxx
+++ b/framework/inc/classes/propertysethelper.hxx
@@ -41,7 +41,7 @@ namespace framework{
/** supports the API XPropertySet and XPropertySetInfo.
*
* It must be used as baseclass. The internal list of supported
- * properties can be changed everytimes so dynamic property set's
+ * properties can be changed every time so dynamic property set's
* can be implemented.
*
* Further the derived and this base class share the same lock.
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index de51671bd303..a196cf1e49f2 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -257,7 +257,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
/** @short notify a DispatchResultListener.
@descr We check the listener reference before we use it.
- So this method can be called everytimes!
+ So this method can be called every time!
@parama xListener
the listener, which should be notified.
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx
index d54887ed7900..d1596c354ffe 100644
--- a/framework/inc/dispatch/startmoduledispatcher.hxx
+++ b/framework/inc/dispatch/startmoduledispatcher.hxx
@@ -154,7 +154,7 @@ class StartModuleDispatcher : // baseclasses ... order is necessary for right in
/** @short notify a DispatchResultListener.
@descr We check the listener reference before we use it.
- So this method can be called everytimes!
+ So this method can be called every time!
@parama xListener
the listener, which should be notified.
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index e00d7528e7df..90e1169e3cd2 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -42,8 +42,8 @@ namespace framework{
any external process e.g. the office bean) we save and restore the window state of it
corresponding to the document service factory. That means: one instance of this class will be
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
+ We listen for frame action events and every time a component will deattached from a frame
+ we store its current position and size to the configuration. Every time a new component is
attached to a frame first time(!) we restore this information again.
@base ThreadHelpBase
diff --git a/framework/inc/services/autorecovery.hxx b/framework/inc/services/autorecovery.hxx
index cc00b561938e..ddd4ee293b6e 100644
--- a/framework/inc/services/autorecovery.hxx
+++ b/framework/inc/services/autorecovery.hxx
@@ -533,7 +533,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
//---------------------------------------
/** @short open the underlying configuration.
- @descr This method must be called everytimes
+ @descr This method must be called every time
a configuartion call is needed. Because
method works together with the member
m_xCFG, open it on demand and cache it
@@ -596,7 +596,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
//---------------------------------------
/** @short stops and may be(!) restarts the timer.
- @descr A running timer is stopped everytimes here.
+ @descr A running timer is stopped every time here.
But starting depends from the different internal
timer variables (e.g. AutoSaveEnabled, AutoSaveTimeIntervall,
TimerType etcpp.)
diff --git a/framework/inc/services/modulemanager.hxx b/framework/inc/services/modulemanager.hxx
index 2427622ab20d..f7c280b63f5e 100644
--- a/framework/inc/services/modulemanager.hxx
+++ b/framework/inc/services/modulemanager.hxx
@@ -156,7 +156,7 @@ class ModuleManager:
//---------------------------------------
/** @short open the underlying configuration.
- @descr This method must be called everytimes
+ @descr This method must be called every time
a (reaonly!) configuration is needed. Because
method works together with the member
m_xCFG, open it on demand and cache it
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 7cb7ea075d11..08d2ecd8a30b 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -356,7 +356,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
and return it.
@descr Note: Because presets resist inside the share
- layer, they will be opened readonly everytimes.
+ layer, they will be opened readonly every time.
@param sPreset
the ALIAS name of an existing preset.
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index b267e4c0c564..f9e3ac54a0fd 100644
--- a/include/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
@@ -160,7 +160,7 @@ class COMPHELPER_DLLPUBLIC ConfigurationHelper
* all operations are made relativ to this access point.
*
* Further this method must be used only with configuration set's.
- * Atomic keys can't be "created" ... they "exists everytimes".
+ * Atomic keys can't be "created" ... they "exists every time".
*
* @param xCFG
* the configuration root, where sRelPathToSet should be interpreted
diff --git a/include/framework/framelistanalyzer.hxx b/include/framework/framelistanalyzer.hxx
index 951474c3934d..ab153311ccba 100644
--- a/include/framework/framelistanalyzer.hxx
+++ b/include/framework/framelistanalyzer.hxx
@@ -143,12 +143,12 @@ class FWE_DLLPUBLIC FrameListAnalyzer
sal_Bool m_bReferenceIsHidden;
/** is set to true only, if the reference frame contains the help component.
- In this case the member m_xHelp is set to NULL everytimes.
+ In this case the member m_xHelp is set to NULL every time.
This value is undefined if m_eDetectMode doesn't have set the flag E_HELP! */
sal_Bool m_bReferenceIsHelp;
/** is set to true only, if the reference frame contains the backing component.
- In this case the member m_xBackingComponent is set to NULL everytimes.
+ In this case the member m_xBackingComponent is set to NULL every time.
This value is undefined if m_eDetectMode doesn't have set the flag E_BACKINGCOMPONENT! */
sal_Bool m_bReferenceIsBacking;
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index af4327c985b9..3a63b08180e1 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -31,7 +31,7 @@ namespace salhelper{
/** @short template for implementing singleton classes.
- Such classes can be instanciated everytimes they
+ Such classes can be instanciated every time they
are needed. But the internal wrapped object will
be created one times only. Of course its used
resources are referenced one times only too.
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 8c9b52239ad6..1a5a6bb0ce01 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -76,7 +76,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
FALSE => derived exceptions will be intercepted too.
@attention This parameter does not influence the check of the continuation
- type! The continuation must be matched exactly everytimes ...
+ type! The continuation must be matched exactly every time ...
*/
sal_Bool MatchExact;
@@ -245,7 +245,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
@descr This base implementation checks, if the request could be intercepted
successfully. Then this method intercepted() is called.
- The default implementation returns "NOT_INTERCEPTED" everytimes.
+ The default implementation returns "NOT_INTERCEPTED" every time.
So the method impl_interceptRequest() uses the right continuation automaticly.
If this method was overwritten and something different "NO_INTERCEPTED"
diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx
index 7bcb57373c03..98f4d86e654f 100644
--- a/include/unotools/moduleoptions.hxx
+++ b/include/unotools/moduleoptions.hxx
@@ -137,7 +137,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail::
/** @short return the corresponding application ID for the given properties.
@descr Because this search base on filters currently (till we have a better solution)
- a result is not guaranteed everytimes. May a filter does not exists for the specified
+ a result is not guaranteed every time. May a filter does not exists for the specified
content (but a FrameLoader which is not bound to any application!) ... or
the given properties describe a stream (and we make no deep detection inside here!).