summaryrefslogtreecommitdiff
path: root/framework/source/services/frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/frame.cxx')
-rw-r--r--framework/source/services/frame.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 58a890f68ba7..a3f7bd700584 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1738,14 +1738,14 @@ void SAL_CALL Frame::close( sal_Bool bDeliverOwnership ) throw( css::util::Close
{
TransactionGuard aTransaction( m_aTransactionManager, E_HARDEXCEPTIONS );
- // At the end of this method may we must dispose ourself ...
- // and may nobody from outside hold a reference to us ...
+ // At the end of this method may we must dispose ourself...
+ // and may nobody from outside hold a reference to us...
// then it's a good idea to do that by ourself.
css::uno::Reference< css::uno::XInterface > xSelfHold( static_cast< ::cppu::OWeakObject* >(this) );
// Check any close listener before we look for currently running internal processes.
- // Because if a listener disagree with this close() request - we hace time to finish this
- // internal operations too ...
+ // Because if a listener disagree with this close() request - we have time to finish this
+ // internal operations too...
// Note: container is threadsafe himself.
css::lang::EventObject aSource (static_cast< ::cppu::OWeakObject*>(this));
::cppu::OInterfaceContainerHelper* pContainer = m_aListenerContainer.getContainer( cppu::UnoType<css::util::XCloseListener>::get());