From 5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 26 Jun 2015 18:06:52 +0200 Subject: Fix typos Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9 Reviewed-on: https://gerrit.libreoffice.org/16523 Tested-by: Jenkins Reviewed-by: Julien Nabet --- framework/qa/complex/framework/recovery/RecoveryTest.java | 2 +- framework/qa/complex/framework/recovery/RecoveryTools.java | 2 +- framework/source/classes/framecontainer.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'framework') diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 6f1640111b39..424db9733e0a 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -52,7 +52,7 @@ public class RecoveryTest extends ComplexTestCase { static SOfficeFactory SOF; static RecoveryTools rt; /** - * If you devid the screen in four parts in the first of them the office + * If you divide the screen in four parts in the first of them the office * windows should be placed. The range of the first quarter is stored in the variable. */ static Point windowMaxPosition; diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index b199bcecc5b6..3a9451250049 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -81,7 +81,7 @@ public class RecoveryTools { } /** - * After a crash the office start with a recovery diaolg. It could be that the office + * After a crash the office start with a recovery dialog. It could be that the office * is connectable but not all services to get the dialog a loaded. This function * tries to get the dialog until the OfficeWatcher kills the office. * @return a XDialog interface of the dialog diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx index 636dd223e14c..51a983d0b354 100644 --- a/framework/source/classes/framecontainer.cxx +++ b/framework/source/classes/framecontainer.cxx @@ -54,7 +54,7 @@ FrameContainer::~FrameContainer() /**-*************************************************************************************************************** @short append a new frame to the container - @descr We accept the incoming frame only, if it is a valid reference and dosnt exist already. + @descr We accept the incoming frame only, if it is a valid reference and doesn't exist already. @param xFrame frame, which should be added to this container -- cgit