summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/closedispatcher.cxx2
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/uielement/popuptoolbarcontroller.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index a16b74211f87..7ea6b83404e9 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -281,7 +281,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
// Analyze the environment a first time.
// If we found some special cases, we can
- // make some decisions erliar!
+ // make some decisions erlier!
css::uno::Reference< css::frame::XFramesSupplier > xDesktop( css::frame::Desktop::create(xContext), css::uno::UNO_QUERY_THROW);
FrameListAnalyzer aCheck1(xDesktop, xCloseFrame, FrameListAnalyzer::E_HELP | FrameListAnalyzer::E_BACKINGCOMPONENT);
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index d4522a903470..c3f87e01192c 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -1081,7 +1081,7 @@ void SAL_CALL Desktop::disposing()
@short add/remove listener for dispose events
@descr Add an event listener to this object, if you wish to get information
about our dying!
- You must releas ethis listener reference during your own disposing() method.
+ You must release this listener reference during your own disposing() method.
@attention Our container is threadsafe himeslf. So we don't need any lock here.
@param "xListener", reference to valid listener. We don't accept invalid values!
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx
index 004db21f70de..4ed38feac5a5 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ b/framework/source/uielement/popuptoolbarcontroller.cxx
@@ -466,7 +466,7 @@ void NewToolbarController::functionExecuted( const OUString &rCommand )
popup menu of this control, we return sal_True. Otherwhise we return sal_False.
Further we return a fallback URL, in case we have to return sal_False. Because
the outside code must select a valid item of the popup menu every time ...
- and we define it here. By the way this m ethod was written to handle
+ and we define it here. By the way this method was written to handle
error situations gracefully. E.g. it can be called during creation time
but then we have no valid menu. For this case we know another fallback URL.
Then we return the private:factory/ URL of the default factory.