diff options
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 |