diff options
Diffstat (limited to 'framework/source/dispatch/interceptionhelper.cxx')
-rw-r--r-- | framework/source/dispatch/interceptionhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx index 8d23fc2ceb3c..44f0e620230c 100644 --- a/framework/source/dispatch/interceptionhelper.cxx +++ b/framework/source/dispatch/interceptionhelper.cxx @@ -247,7 +247,7 @@ void SAL_CALL InterceptionHelper::disposing(const css::lang::EventObject& aEvent InterceptionHelper::InterceptorList::iterator pIt; for ( pIt = aCopy.begin(); - pIt != aCopy.end() ; + pIt != aCopy.end(); ++pIt ) { InterceptionHelper::InterceptorInfo& rInfo = *pIt; |