[Libreoffice-commits] core.git: filter/source framework/inc framework/source include/comphelper include/framework include/salhelper include/ucbhelper include/unotools

Jesús Corrius jcorrius at gmail.com
Thu Sep 26 01:38:17 PDT 2013


 filter/source/config/cache/filtercache.hxx          |    4 ++--
 filter/source/config/cache/typedetection.hxx        |    2 +-
 framework/inc/classes/propertysethelper.hxx         |    2 +-
 framework/inc/dispatch/closedispatcher.hxx          |    2 +-
 framework/inc/dispatch/startmoduledispatcher.hxx    |    2 +-
 framework/inc/helper/persistentwindowstate.hxx      |    4 ++--
 framework/inc/services/autorecovery.hxx             |    4 ++--
 framework/inc/services/modulemanager.hxx            |    2 +-
 framework/source/inc/accelerators/presethandler.hxx |    2 +-
 include/comphelper/configurationhelper.hxx          |    2 +-
 include/framework/framelistanalyzer.hxx             |    4 ++--
 include/salhelper/singletonref.hxx                  |    2 +-
 include/ucbhelper/interceptedinteraction.hxx        |    4 ++--
 include/unotools/moduleoptions.hxx                  |    2 +-
 14 files changed, 19 insertions(+), 19 deletions(-)

New commits:
commit 7d491bec4063b447726c49a98be47c80df1d4e24
Author: Jesús Corrius <jcorrius at gmail.com>
Date:   Thu Sep 26 10:33:38 2013 +0200

    Everytimes -> Every time
    
    Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121

diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 7305c48..595927e 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 bb4d45f..3ce6042 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 7288356..7ae333e 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 de51671..a196cf1 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 d54887e..d1596c3 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 e00d752..90e1169 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 cc00b56..ddd4ee2 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 2427622..f7c280b 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 7cb7ea0..08d2ecd 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 b267e4c..f9e3ac5 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 951474c..ab15331 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 af4327c..3a63b08 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 8c9b522..1a5a6bb 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 7bcb573..98f4d86 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!).
 


More information about the Libreoffice-commits mailing list