diff options
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/checkediterator.hxx | 2 | ||||
-rw-r--r-- | framework/inc/classes/protocolhandlercache.hxx | 2 | ||||
-rw-r--r-- | framework/inc/dispatch/mailtodispatcher.hxx | 2 | ||||
-rw-r--r-- | framework/inc/dispatch/menudispatcher.hxx | 2 | ||||
-rw-r--r-- | framework/inc/dispatch/servicehandler.hxx | 2 | ||||
-rw-r--r-- | framework/inc/dispatch/systemexec.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/statusindicatorfactory.hxx | 2 | ||||
-rw-r--r-- | framework/inc/jobs/helponstartup.hxx | 2 | ||||
-rw-r--r-- | framework/inc/macros/xtypeprovider.hxx | 4 | ||||
-rw-r--r-- | framework/inc/taskcreatordefs.hxx | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/gate.hxx | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/itransactionmanager.h | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/transactionguard.hxx | 4 | ||||
-rw-r--r-- | framework/inc/threadhelp/transactionmanager.hxx | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx index 6708edce44ec..009a1b8d4c37 100644 --- a/framework/inc/classes/checkediterator.hxx +++ b/framework/inc/classes/checkediterator.hxx @@ -67,7 +67,7 @@ class CheckedIterator /*-**************************************************************************************************** @short initialize instance with valid container - @descr Set new container at an instance of this class. The other member will set automaticly! + @descr Set new container at an instance of this class. The other member will set automatically! m_pPosition = first element in container m_eEndState = BEFOREEND @param "rContainer", must be a valid reference to an existing container. diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx index 40539bdd0759..b942566606b0 100644 --- a/framework/inc/classes/protocolhandlercache.hxx +++ b/framework/inc/classes/protocolhandlercache.hxx @@ -82,7 +82,7 @@ typedef BaseHash< ProtocolHandler > HandlerHash; - another one maps her registered pattern to her uno names to perform search on such data But this lists a static for all instances of this class. So it's possible to - create new objects without opening configuration twice and free memory automaticly + create new objects without opening configuration twice and free memory automatically if last object will gone. @attention We implement a singleton concept - so we don't need any mutex member here. diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx index 5ab7a8b98721..189e109ed41d 100644 --- a/framework/inc/dispatch/mailtodispatcher.hxx +++ b/framework/inc/dispatch/mailtodispatcher.hxx @@ -42,7 +42,7 @@ namespace framework{ /** @short protocol handler for "mailto:" URLs @descr It's a special dispatch object which is used registered for "mailto:*" URLs and - will be automaticly used from the framework dispatch mechanism if such URL occurred. + will be automatically used from the framework dispatch mechanism if such URL occurred. @base OWeakObject provides XWeak and ref count mechanism diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx index 977c3855745d..92bde6d2f39f 100644 --- a/framework/inc/dispatch/menudispatcher.hxx +++ b/framework/inc/dispatch/menudispatcher.hxx @@ -92,7 +92,7 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2< /*-**************************************************************************************************** @short dispatch URL with arguments - @descr Every dispatch create a new task. If load of URL failed task will deleted automaticly! + @descr Every dispatch create a new task. If load of URL failed task will deleted automatically! @param "aURL" , URL to dispatch. @param "seqArguments" , list of optional arguments. *//*-*****************************************************************************************************/ diff --git a/framework/inc/dispatch/servicehandler.hxx b/framework/inc/dispatch/servicehandler.hxx index 53212f36b4e7..e84049ab138d 100644 --- a/framework/inc/dispatch/servicehandler.hxx +++ b/framework/inc/dispatch/servicehandler.hxx @@ -42,7 +42,7 @@ namespace framework{ /** @short protocol handler for "service:*" URLs @descr It's a special dispatch/provider object which is registered for such URL pattern and will - be automaticly used by the framework dispatch mechanism if such URL occurred. + be automatically used by the framework dispatch mechanism if such URL occurred. His job is to create any registered uno components which must be coded inside dispatched URL (may with some optional given parameters). After that such created service must be hold his self alive. Such mechanism can be useful for UI components diff --git a/framework/inc/dispatch/systemexec.hxx b/framework/inc/dispatch/systemexec.hxx index 28a322072109..b4517e918e8f 100644 --- a/framework/inc/dispatch/systemexec.hxx +++ b/framework/inc/dispatch/systemexec.hxx @@ -42,7 +42,7 @@ namespace framework{ /** @short protocol handler for "systemexec:*" URLs @descr It's a special dispatch/provider object which is registered for such URL pattern and will - be automaticly used by the framework dispatch mechanism if such URL occurred. + be automatically used by the framework dispatch mechanism if such URL occurred. It forwards all URL's to the underlying operating system. So it would e.g. be possible to open HTML files outside the office within a web browser. diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx index fd509d383b9f..91e56b95c7d4 100644 --- a/framework/inc/helper/statusindicatorfactory.hxx +++ b/framework/inc/helper/statusindicatorfactory.hxx @@ -255,7 +255,7 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper4< /** @short show the parent window of this progress ... if it's allowed to do so. - @descr By default we show the parent window automaticly + @descr By default we show the parent window automatically if this progress is used. If that isn't a valid operation, the user of this progress can suppress this feature by initializaing diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx index 81d82568dc37..0a4ddb1dfe46 100644 --- a/framework/inc/jobs/helponstartup.hxx +++ b/framework/inc/jobs/helponstartup.hxx @@ -146,7 +146,7 @@ class HelpOnStartup : public ::cppu::WeakImplHelper3< ::com::sun::star::lang::XS */ bool its_isHelpUrlADefaultOne(const OUString& sHelpURL); - /** @short checks, if the help module should be shown automaticly for the + /** @short checks, if the help module should be shown automatically for the currently opened office module. @descr This value is readed from the module configuration. diff --git a/framework/inc/macros/xtypeprovider.hxx b/framework/inc/macros/xtypeprovider.hxx index 1aa3dd1cc601..498c87710a2f 100644 --- a/framework/inc/macros/xtypeprovider.hxx +++ b/framework/inc/macros/xtypeprovider.hxx @@ -268,8 +268,8 @@ ________________________________________________________________________________ // implementation of XTypeProvider // implementation of XTypeProvider without additional interface for getTypes() -// XTypeProvider is used as the only one interface automaticly. -// Following defines don't use XTypeProvider automaticly!!!! +// XTypeProvider is used as the only one interface automatically. +// Following defines don't use XTypeProvider automatically!!!! #define DEFINE_XTYPEPROVIDER_0( CLASS ) \ PRIVATE_DEFINE_XTYPEPROVIDER_PURE( CLASS ) diff --git a/framework/inc/taskcreatordefs.hxx b/framework/inc/taskcreatordefs.hxx index 7da077237e25..b0044d958462 100644 --- a/framework/inc/taskcreatordefs.hxx +++ b/framework/inc/taskcreatordefs.hxx @@ -48,7 +48,7 @@ const char ARGUMENT_CONTAINERWINDOW[] = "ContainerWindow"; // XWindow const char ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE[] = "SupportPersistentWindowState"; // sal_Bool /** [sal_Bool] enable/disable special mode, where the title bar of our - the new created frame will be updated automaticly. + the new created frame will be updated automatically. Default = ON ! */ const char ARGUMENT_ENABLE_TITLEBARUPDATE[] = "EnableTitleBarUpdate"; // sal_Bool diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx index b3cc6cd299e9..04c6ce72745d 100644 --- a/framework/inc/threadhelp/gate.hxx +++ b/framework/inc/threadhelp/gate.hxx @@ -113,7 +113,7 @@ class Gate : public IGate @short open gate for current waiting threads @descr All current waiting threads stand in wait() at line "m_aPassage.wait()" ... With this call you can open the passage for these waiting ones. - The "gap" is closed by any new thread which call wait() automaticly! + The "gap" is closed by any new thread which call wait() automatically! @seealso method wait() @seealso method open() diff --git a/framework/inc/threadhelp/itransactionmanager.h b/framework/inc/threadhelp/itransactionmanager.h index 6e2b013ef4f4..baffdb437b77 100644 --- a/framework/inc/threadhelp/itransactionmanager.h +++ b/framework/inc/threadhelp/itransactionmanager.h @@ -97,7 +97,7 @@ enum EExceptionMode /*-************************************************************************************************************ @descr How can you use the transaction manager? Use it in combination with an TransactionGuard, which register your transaction in ctor - and release in dtor automaticly! Follow interface class can be used to make using + and release in dtor automatically! Follow interface class can be used to make using of different manager implmentations possible by using same guard. *//*-*************************************************************************************************************/ class ITransactionManager diff --git a/framework/inc/threadhelp/transactionguard.hxx b/framework/inc/threadhelp/transactionguard.hxx index 216027116735..3690adc2da4c 100644 --- a/framework/inc/threadhelp/transactionguard.hxx +++ b/framework/inc/threadhelp/transactionguard.hxx @@ -30,9 +30,9 @@ namespace framework{ @descr If you wish to support non breakable method calls without lockingf any mutex, rw-lock or something like that - you should use this guard implementation. Initialize it at first in your method and don't release it till end of your function! - Your "transaction" is registered in ctor and automaticly released in dtor. + Your "transaction" is registered in ctor and automatically released in dtor. Use set/get of working mode to enable/disable further transactions. - It's possible too, to enable automaticly throwing of some exceptions for illegal + It's possible too, to enable automatically throwing of some exceptions for illegal transaction requests ... e.g. interface call for already disposed objects. @attention To prevent us against wrong using, the default ctor, copy ctor and the =operator are maked private! diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx index e003f5e9c891..438794868ada 100644 --- a/framework/inc/threadhelp/transactionmanager.hxx +++ b/framework/inc/threadhelp/transactionmanager.hxx @@ -40,7 +40,7 @@ namespace framework{ synchronization like e.g. mutex, rw-lock! That protect your code against wrong calls at wrong time ... e.g. calls after disposing an object! Use combination of EExceptionMode and ERejectReason to detect rejected requests - and react for it. You can enable automaticly throwing of exceptions too. + and react for it. You can enable automatically throwing of exceptions too. @implements ITransactionManager @base ITransactionManager |