diff options
Diffstat (limited to 'framework/source/services')
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 217a0963f9fb..553979d6777d 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2667,7 +2667,7 @@ void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& aEvent ) t void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::uno::RuntimeException ) { /* #i62088# - Some interceptor objects intercept our "internally asynchronoues implemented" dispatch call. + Some interceptor objects intercept our "internally asynchronous implemented" dispatch call. And they close this frame directly (means synchronous then). Means: Frame::windowClosing()->Frame::close() In such situation its not a good idea to hold this transaction count alive .-) |