From 47a9523f3fdc0bde2103e3c247fe9a74ab96af81 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 18 Mar 2017 15:36:19 +0100 Subject: Fix typos + some German translations Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253 Reviewed-on: https://gerrit.libreoffice.org/35406 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- framework/inc/helper/statusindicatorfactory.hxx | 2 +- framework/inc/threadhelp/transactionmanager.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') 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 -- cgit