summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-26 11:44:54 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-26 11:47:45 +0200
commit7f436c1fd3a5f879fc99652043befb35158b3321 (patch)
treefb7afa124abc55dba2c9d17f4fa10a593485febf /svx
parent69c4a8bae5caadc4ff53660dd3f2b938f6dc1734 (diff)
typo fixes in comments
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/docrecovery.cxx6
-rw-r--r--svx/source/items/customshapeitem.cxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index a79e2d95ce00..b12caee37534 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -407,7 +407,7 @@ ERecoveryState RecoveryCore::mapDocState2RecoverState(sal_Int32 eDocState)
ERecoveryState eRecState = E_NOT_RECOVERED_YET;
/* Attention:
- Some of the following states can occure at the
+ Some of the following states can occur at the
same time. So we have to check for the "worst case" first!
DAMAGED -> INCOMPLETE -> HANDLED
@@ -551,7 +551,7 @@ void RecoveryCore::impl_startListening()
//===============================================
void RecoveryCore::impl_stopListening()
{
- // Ignore it, if this instance doesnt listen currently
+ // Ignore it, if this instance doesn't listen currently
if (!m_xRealCore.is())
return;
@@ -1228,7 +1228,7 @@ short RecoveryDialog::execute()
Application::Yield();
// TODO: show BrokenRecoveryDialog again, ift he user
- // doesnt accepted it last time.
+ // doesn't accepted it last time.
if (m_bUserDecideNext)
return DLG_RET_OK;
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx
index 29473fe8156b..e47724d7e6e9 100644
--- a/svx/source/items/customshapeitem.cxx
+++ b/svx/source/items/customshapeitem.cxx
@@ -118,7 +118,7 @@ void SdrCustomShapeGeometryItem::SetPropertyValue( const com::sun::star::beans::
}
}
else
- { // its a new property
+ { // it's a new property
sal_uInt32 nIndex = aPropSeq.getLength();
aPropSeq.realloc( nIndex + 1 );
aPropSeq[ nIndex ] = rPropVal ;