summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/tox.hxx2
-rw-r--r--sw/source/core/inc/ptqueue.hxx2
-rw-r--r--sw/source/uibase/app/docsh2.cxx2
-rw-r--r--sw/source/uibase/uiview/view2.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index 6a4866c6b6a4..50c1c32144c7 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -264,7 +264,7 @@ class SW_DLLPUBLIC SwFormTokensHelper
public:
/**
- contructor
+ constructor
@param rTokens vector of tokens
*/
diff --git a/sw/source/core/inc/ptqueue.hxx b/sw/source/core/inc/ptqueue.hxx
index bed890573be8..096786bced4b 100644
--- a/sw/source/core/inc/ptqueue.hxx
+++ b/sw/source/core/inc/ptqueue.hxx
@@ -33,7 +33,7 @@
* Invalidating windows directly from the RootFrm::Paint was not a successful
* approach, because the Paint()s arrive at a very unfavourable point in time.
* Triggering an update for all windows after printing each page does not seem
- * appropriate either: on the one hand we don't have direct acces to the edit
+ * appropriate either: on the one hand we don't have direct access to the edit
* windows and on the other hand the updates can become very costly on some
* platforms.
*/
diff --git a/sw/source/uibase/app/docsh2.cxx b/sw/source/uibase/app/docsh2.cxx
index ba1b02378e71..71187d487284 100644
--- a/sw/source/uibase/app/docsh2.cxx
+++ b/sw/source/uibase/app/docsh2.cxx
@@ -1003,7 +1003,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
}
catch (const Exception&)
{
- OSL_FAIL("control acces failed");
+ OSL_FAIL("control access failed");
}
xFP->setTitle( SW_RESSTR( nStrId ));
diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx
index be7e8ec5d08c..ace661a58aac 100644
--- a/sw/source/uibase/uiview/view2.cxx
+++ b/sw/source/uibase/uiview/view2.cxx
@@ -357,7 +357,7 @@ bool SwView::InsertGraphicDlg( SfxRequest& rReq )
}
catch (const Exception&)
{
- OSL_FAIL("control acces failed");
+ OSL_FAIL("control access failed");
}
SFX_REQUEST_ARG( rReq, pName, SfxStringItem, SID_INSERT_GRAPHIC , false );