summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:14:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:14:25 +0100
commit5b066bc3efed187dd7e63973d2b9731a9eea31e8 (patch)
tree7e0cd5ad5ef4e101c21054b03a29b052116e9765 /framework/source/services
parent94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (diff)
Typo: (a)synchronoues -> a(synchronous)
Change-Id: Ia3871d711308eb38ed6e0df81615966cc142030d
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/frame.cxx2
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 .-)