summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 23:45:50 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 23:46:16 +0100
commit52fa2e97dfef1a5f27aaee6af7ed80800641b86c (patch)
treee2ccec8225c0c25e5c51f4c055fb7f9e9a45272e /framework
parent2c9900be30e07e585613b4b5c8709b0ef985dfa2 (diff)
Typos
Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/checkediterator.hxx2
-rw-r--r--framework/source/dispatch/closedispatcher.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index 009a1b8d4c37..727624e4d26f 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -231,7 +231,7 @@ class CheckedIterator
private:
- // These enum defines our four states for an iterator position in curent container.
+ // This enum defines our four states for an iterator position in current container.
enum EEndState
{
E_UNKNOWN ,
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 90540f23612c..5eb206b0cab7 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -284,7 +284,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
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);
- // a) If the curent frame (where the close dispatch was requested for) does not have
+ // a) If the current frame (where the close dispatch was requested for) does not have
// any parent frame ... it will close this frame only. Such frame isn't part of the
// global desktop tree ... and such frames are used as "implementation details" only.
// E.g. the live previews of our wizards doing such things. And then the owner of the frame
@@ -295,7 +295,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
// b) The help window can't disagree with any request.
// Because it doesn't implement a controller - it uses a window only.
- // Further t can't be the last open frame - if we do all other things
+ // Further it can't be the last open frame - if we do all other things
// right inside this CloseDispatcher implementation.
// => close it!
else if (aCheck1.m_bReferenceIsHelp)