diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-23 09:58:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:28:31 +0000 |
commit | 69c88a32aad2cafde197e98557868ad069795d60 (patch) | |
tree | 86fbddd2167952c13b10ca989d37e179a63cdde9 /framework | |
parent | 2a5a4497c210b649fdfaae8b74d742f23df32499 (diff) |
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff
Reviewed-on: https://gerrit.libreoffice.org/16522
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/classes/framecontainer.hxx | 2 | ||||
-rw-r--r-- | framework/qa/complex/framework/autosave/Protocol.java | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx index b7b2381e4dbe..4c43a82f3834 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -47,7 +47,7 @@ typedef TFrameContainer::const_iterator TConstFrameI /*-************************************************************************************************************ @short implement a container to hold children of frame, task or desktop @descr Every object of frame, task or desktop hold reference to his children. These container is used as helper - to do this. Some helper-classe like OFrames or OTasksAccess use it to. They hold a pointer to an instance + to do this. Some helper-classes like OFrames or OTasksAccess use it to. They hold a pointer to an instance of this class, which is a member of a frame, task or desktop! You can append and remove frames. It's possible to set one of these frames as active or deactive. You could have full index-access to container-items. diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java index 76f64b21e59e..2c90a30688af 100644 --- a/framework/qa/complex/framework/autosave/Protocol.java +++ b/framework/qa/complex/framework/autosave/Protocol.java @@ -350,7 +350,7 @@ public class Protocol extends JComponent bTypeCellFilled = true; } - // if no tyope information was added to the current coloum, we must + // if no type information was added to the current column, we must // write any content into this cell. Otherwise some browser // shows a strange layout! if (! bTypeCellFilled) diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index dc6eba74b022..1440bd22d965 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2284,7 +2284,7 @@ void SAL_CALL Frame::releaseDispatchProviderInterceptor( const css::uno::Referen /*-**************************************************************************************************** @short provides information about all possible dispatch functions - inside the currnt frame environment + inside the current frame environment *//*-*****************************************************************************************************/ css::uno::Sequence< sal_Int16 > SAL_CALL Frame::getSupportedCommandGroups() throw(css::uno::RuntimeException, std::exception) |