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