summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-05-04 10:34:36 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-05-05 23:35:06 +0200
commita940826162dc93f5543f81fc8fe5d8618c4a6efb (patch)
treedf64a2f1cda70234e4f77d7d86cf5ccc9c88b99f /framework
parent942f50e7d379ba5137f4a64d39bd06d6decad9e8 (diff)
Fix typos
To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 and f12096272e684ddcd8ffa4e34dcb0a680cc594c2 Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03 Reviewed-on: https://gerrit.libreoffice.org/37199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/qa/complex/desktop/DesktopTerminate.java2
-rw-r--r--framework/source/layoutmanager/layoutmanager.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/desktop/DesktopTerminate.java b/framework/qa/complex/desktop/DesktopTerminate.java
index ee862bd116a6..5a60a5ed5ea1 100644
--- a/framework/qa/complex/desktop/DesktopTerminate.java
+++ b/framework/qa/complex/desktop/DesktopTerminate.java
@@ -49,7 +49,7 @@ public class DesktopTerminate
* - Look for all document types in the configuration
* - Do for every doc type
* - start office
- * - read configuration attibute settings
+ * - read configuration attribute settings
* - create a new document
* - resize the document and close it
* - close office
diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx
index 4bb7d3dfbaa4..01f3a1cb9841 100644
--- a/framework/source/layoutmanager/layoutmanager.cxx
+++ b/framework/source/layoutmanager/layoutmanager.cxx
@@ -923,7 +923,7 @@ void LayoutManager::implts_backupProgressBarWrapper()
// safe a backup copy of the current progress!
// This copy will be used automatically inside createProgressBar() which is called
- // implictly from implts_doLayout() .-)
+ // implicitly from implts_doLayout() .-)
m_xProgressBarBackup = m_aProgressBarElement.m_xUIElement;
// remove the relation between this old progress bar and our old status bar.