diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-01 17:56:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-02-03 21:07:09 +0100 |
commit | 6d49b24a32ae4e9bb9ffe0abb73ab0bee6891ab7 (patch) | |
tree | a5e026eeba7a655754d8522aa0341882989c2ddb /sw | |
parent | 4ab47c811f96846f9192fc94429bf8070a0cef9f (diff) |
Fix typos
Change-Id: I59f3229f68056fd2c3861ef44b0d803ed956891c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110266
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx index 7157b7487539..d7d60e5dec69 100644 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx @@ -3014,7 +3014,7 @@ void SwTiledRenderingTest::testBulletMultiDeleteInvalidation() pWrtShell->StartAllAction(); pWrtShell->BulletOn(); pWrtShell->EndAllAction(); - // There is alredy an initial text node, so type 5 times, but split 4 times. + // There is already an initial text node, so type 5 times, but split 4 times. for (int i = 0; i < 4; ++i) { pWrtShell->Insert2("a"); diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index abcc3508fd0d..0de0d6a3c03f 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -102,7 +102,7 @@ namespace { /* Symbolic name representations of numeric values used for the Outline Content Visibility popup - menu item ids. The numbers are choosen arbitrarily to not over overlap other menu item ids. + menu item ids. The numbers are chosen arbitrarily to not over overlap other menu item ids. see: SwContentTree::ExecuteContextMenuAction, navigatorcontextmenu.ui 1512 toggle outline content visibility of the selected outline entry |