summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/frame.cxx2
-rw-r--r--sfx2/source/view/ipclient.cxx2
-rw-r--r--sfx2/source/view/viewsh.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index ef4c3ca0decf..d3c299608512 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -812,7 +812,7 @@ void SfxFrame::CreateWorkWindow_Impl()
if ( IsInPlace() )
{
- // this makes sence only for inplace activated objects
+ // this makes sense only for inplace activated objects
try
{
Reference < XChild > xChild( GetCurrentDocument()->GetModel(), UNO_QUERY );
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index ef03157900e2..6d6f70346a61 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -940,7 +940,7 @@ ErrCode SfxInPlaceClient::DoVerb( long nVerb )
{
if ( nVerb == 0 || nVerb == embed::EmbedVerbs::MS_OLEVERB_OPEN )
{
- // a workaround for the default verb, usually makes sence for alien objects
+ // a workaround for the default verb, usually makes sense for alien objects
try
{
m_pImp->m_xObject->doVerb( -9 ); // open own view, a workaround verb that is not visible
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 479a458b6a4f..f2f6f1357230 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1376,7 +1376,7 @@ OUString SfxViewShell::GetSelectionText
is included in the current selection. This is for example used when
sending emails.
- When called with "CompleteWords == TRUE", it is for example sufficent
+ When called with "CompleteWords == TRUE", it is for example sufficient
with having the Cursor positioned somewhere within an URL in-order
to have the entire URL returned.
*/