framework/inc/threadhelp/transactionguard.hxx | 2 +- framework/source/fwi/threadhelp/transactionmanager.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 278e0083e9ece037581713994423a169357ef2ae Author: Julien Nabet <[email protected]> Date: Sat Jun 13 23:22:19 2015 +0200 It's E_BEFORECLOSE not E_CLOSING Change-Id: Ia53f9aa8bb3c7fd1dd5c0190624a667b65996ca2 diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx index 784266a..1c5e213 100644 --- a/framework/source/fwi/threadhelp/transactionmanager.cxx +++ b/framework/source/fwi/threadhelp/transactionmanager.cxx @@ -49,7 +49,7 @@ TransactionManager::~TransactionManager() /*-**************************************************************************************************** @short set new working mode - @descr These implementation knows for states of working: E_INIT, E_WORK, E_CLOSING, E_CLOSE + @descr These implementation knows for states of working: E_INIT, E_WORK, E_BEFORECLOSE, E_CLOSE You can step during this ones only from the left to the right side and start at left side again! (This is necessary e.g. for refcounted objects!) This call will block till all current existing transactions was finished. commit 0b6f51feae1299aca213169d79e24aac2118de28 Author: Julien Nabet <[email protected]> Date: Sat Jun 13 23:21:21 2015 +0200 Typo: E_HARDEXCETIONS->E_HARDEXCEPTIONS Change-Id: I482d8fdb549d2a9c79bb68bd910e761f61337fb6 diff --git a/framework/inc/threadhelp/transactionguard.hxx b/framework/inc/threadhelp/transactionguard.hxx index 83cc301..543fe05 100644 --- a/framework/inc/threadhelp/transactionguard.hxx +++ b/framework/inc/threadhelp/transactionguard.hxx @@ -59,7 +59,7 @@ class TransactionGuard : private boost::noncopyable inline TransactionGuard( TransactionManager& rManager, EExceptionMode eMode, ERejectReason* eReason = NULL ) : m_pManager( &rManager ) { - // If exception mode is set to E_HARDEXCETIONS we don't need a buffer to return reason! + // If exception mode is set to E_HARDEXCEPTIONS we don't need a buffer to return reason! // We handle it private. If a call is rejected, our manager throw some exceptions ... and the reason // could be ignorable ... if( eReason == NULL ) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
