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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 8ceb9572f462..8f374a4ee4c1 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2002,7 +2002,7 @@ void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException, std::exception
impl_disablePropertySet();
// interception/dispatch chain must be destructed explicitly
- // Otherwhise some dispatches and/or interception objects wont die.
+ // Otherwise some dispatches and/or interception objects won't die.
css::uno::Reference< css::lang::XEventListener > xDispatchHelper(m_xDispatchHelper, css::uno::UNO_QUERY_THROW);
xDispatchHelper->disposing(aEvent);
xDispatchHelper.clear();