diff options
author | obo <obo@openoffice.org> | 2010-06-22 09:56:28 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-22 09:56:28 +0200 |
commit | 6450c0c301a92f948ade6d616305a48cc1e16663 (patch) | |
tree | a2ca141078a4fd1e3901f6b80751958aaf12feda /framework/source | |
parent | f3153bf650c7204b8263422fba1eb972b30b78c9 (diff) | |
parent | 32a69fe0c6918c01a32c36b1281a359ea0214863 (diff) |
CWS-TOOLING: integrate CWS mba33issues01
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/frame.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 18d5a1c31bef..08a7c522831b 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -1551,8 +1551,9 @@ css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getComponentWindow() th css::uno::Reference< css::frame::XController > SAL_CALL Frame::getController() throw( css::uno::RuntimeException ) { /* UNSAFE AREA --------------------------------------------------------------------------------------------- */ + // It seems to be unavoidable that disposed frames allow to ask for a Controller (#111452) // Register transaction and reject wrong calls. - TransactionGuard aTransaction( m_aTransactionManager, E_HARDEXCEPTIONS ); + // TransactionGuard aTransaction( m_aTransactionManager, E_HARDEXCEPTIONS ); /* SAFE AREA ----------------------------------------------------------------------------------------------- */ ReadGuard aReadLock( m_aLock ); |