diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:39:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 08:50:08 +0000 |
commit | 74d67cffec4eea0a575869513158b050e42ec983 (patch) | |
tree | 814e7c82340c5a9f49ac01af58144de1bf05fdc4 /framework/inc | |
parent | 5262883672208ac17b58ec197a1f984d99403b7d (diff) |
Fix typos
Change-Id: I63ae7dbd7edf66aa5542f7d41f1bfd8ac04fc5e8
Reviewed-on: https://gerrit.libreoffice.org/35631
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/jobs/configaccess.hxx | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/gate.hxx | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/transactionbase.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/jobs/configaccess.hxx b/framework/inc/jobs/configaccess.hxx index 116d563758c8..b705b910d652 100644 --- a/framework/inc/jobs/configaccess.hxx +++ b/framework/inc/jobs/configaccess.hxx @@ -33,7 +33,7 @@ namespace framework{ /** @short implements a simple configuration access @descr Sometimes it's better to have direct config access - instead of using soecialize config items of the svtools + instead of using specialized config items of the svtools project. This class can wrapp such configuration access. */ class FWI_DLLPUBLIC ConfigAccess final diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx index b09ba7257c32..eb538501b230 100644 --- a/framework/inc/threadhelp/gate.hxx +++ b/framework/inc/threadhelp/gate.hxx @@ -70,7 +70,7 @@ class Gate Gate(const Gate&) = delete; /*-**************************************************************************************************** @short copy-assignment - @descr Forbid copy assiging + @descr Forbid copy assigning *//*-*****************************************************************************************************/ Gate& operator=(const Gate&) = delete; diff --git a/framework/inc/threadhelp/transactionbase.hxx b/framework/inc/threadhelp/transactionbase.hxx index ada6202fa584..9d57129a5c82 100644 --- a/framework/inc/threadhelp/transactionbase.hxx +++ b/framework/inc/threadhelp/transactionbase.hxx @@ -25,7 +25,7 @@ namespace framework{ /*-************************************************************************************************************ - @short make it possible to instanciate a transacion manager as first member! + @short make it possible to instanciate a transaction manager as first member! @descr If you use a transaction manager as a member of your class and wish to use it earlier then other ones you should have a look on this implementation. You must use it as the first base class of your implementation - because base classes are initialized by his order and before your |