summaryrefslogtreecommitdiffstats
path: root/framework/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-18 15:36:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-19 10:05:45 +0000
commit47a9523f3fdc0bde2103e3c247fe9a74ab96af81 (patch)
treef4e9328c9563e9cb55fa2469108b2c28b3aec89d /framework/inc
parentadd titlepagedialog breeze icon (diff)
downloadcore-47a9523f3fdc0bde2103e3c247fe9a74ab96af81.tar.gz
core-47a9523f3fdc0bde2103e3c247fe9a74ab96af81.zip
Fix typos + some German translations
Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253 Reviewed-on: https://gerrit.libreoffice.org/35406 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx2
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 10ca4539c65b..3b2389dd3174 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -249,7 +249,7 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper<
@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
+ progress can suppress this feature by initializing
us with a special parameter.
@seealso initialize()
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 15391f6b5d9e..fd13e2fe8e43 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -38,7 +38,7 @@ namespace framework{
If you wish to implement thread safe classes you should use this feature to protect
your code against calls at wrong time. e.g. you are not full initialized but somewhere
call an interface method (initialize phase means startup time from creating object till
- calling specified first method e.g. XInitialization::initialze()!) then you should refuse
+ calling specified first method e.g. XInitialization::initialize()!) then you should refuse
this call. The same for closing/disposing the object!
*//*-*************************************************************************************************************/
enum EWorkingMode