summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-08 14:26:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-08 14:27:04 +0100
commitb97341c8706363e517fbd3d12d76c5b92c1aea51 (patch)
treee41d978fe38c56fcb143fe2bb20e924b403a24bd /framework/source
parentdf15d179a07be2aa2f6e2cb2066e6567081c399e (diff)
Typo: we has->we have
Change-Id: Ib225351c908f5a2e64b039e07030e5d91a9b8dd7
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/services/dispatchhelper.cxx2
-rw-r--r--framework/source/services/frame.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 3b765fba9df2..d686b755151b 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -1044,7 +1044,7 @@ void SAL_CALL Desktop::disposing()
// So nobody can use us any longer.
// Exception: Only removing of listener will work ... and this code can't be dangerous.
- // First we has to kill all listener connections.
+ // First we have to kill all listener connections.
// They might rely on our member and can hinder us on releasing them.
css::uno::Reference< css::uno::XInterface > xThis ( static_cast< ::cppu::OWeakObject* >(this), css::uno::UNO_QUERY );
css::lang::EventObject aEvent( xThis );
diff --git a/framework/source/services/dispatchhelper.cxx b/framework/source/services/dispatchhelper.cxx
index 992879f226ff..4548670d6d46 100644
--- a/framework/source/services/dispatchhelper.cxx
+++ b/framework/source/services/dispatchhelper.cxx
@@ -158,7 +158,7 @@ void SAL_CALL DispatchHelper::dispatchFinished( const css::frame::DispatchResult
m_xBroadcaster.clear();
}
-/** we has to realease our broadcaster reference.
+/** we have to release our broadcaster reference.
@param aEvent
describe the source of this event and MUST be our save broadcaster!
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 02dfd2ca313f..5cdb57e50c0c 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1463,7 +1463,7 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException, std::ex
/*-****************************************************************************************************
@short set new component inside the frame
- @descr A frame is a container for a component. Use this method to set, change or realease it!
+ @descr A frame is a container for a component. Use this method to set, change or release it!
We accept null references! The xComponentWindow will be a child of our container window
and get all window events from us.