summaryrefslogtreecommitdiff
path: root/include
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 /include
parent968f4d72a23bb28d097a7694d66f0b866b3b33f0 (diff)
Everytimes -> Every time
Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121
Diffstat (limited to 'include')
-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
5 files changed, 7 insertions, 7 deletions
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!).