summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 10:42:04 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 11:14:28 +0300
commitcb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch)
treeff8a4b192a2ca846d32111732563432244135910 /svx
parent1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff)
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx4
-rw-r--r--svx/source/accessibility/DescriptionGenerator.cxx2
-rw-r--r--svx/source/dialog/docrecovery.cxx6
3 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 682866ad20db..9273c42b669e 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -83,7 +83,7 @@ public:
/** Create a children manager, which manages the children of the given
parent. The parent is used for creating accessible objects. The
list of shapes for which to create those objects is not derived from
- the parent and has to be provided seperately by calling one of the
+ the parent and has to be provided separately by calling one of the
update methods.
@param rxParent
The parent of the accessible objects which will be created
@@ -157,7 +157,7 @@ public:
/** Update the child manager. Take care of a modified set of children
and modified visible area. This method can optimize the update
- process with respect seperate updates of a modified children list
+ process with respect separate updates of a modified children list
and visible area.
@param bCreateNewObjectsOnDemand
If </true> then accessible objects associated with the visible
diff --git a/svx/source/accessibility/DescriptionGenerator.cxx b/svx/source/accessibility/DescriptionGenerator.cxx
index 87bf59e6bda5..441aef6d42fa 100644
--- a/svx/source/accessibility/DescriptionGenerator.cxx
+++ b/svx/source/accessibility/DescriptionGenerator.cxx
@@ -161,7 +161,7 @@ void DescriptionGenerator::AddProperty (const OUString& sPropertyName,
&& xState->getPropertyState(sPropertyName)!=beans::PropertyState_DEFAULT_VALUE)
if (mxSet.is())
{
- // Append a seperator from previous Properties.
+ // Append a separator from previous Properties.
if ( ! mbIsFirstProperty)
msDescription.append (sal_Unicode (','));
else
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index 681d1c62ba92..9eeff086e14b 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -2019,14 +2019,14 @@ void BrokenRecoveryDialog::impl_askForSavePath()
String aPreview = LoadCrashFile( GetPreviewURL() );
ErrorRepSendDialog *pMainDlg = (ErrorRepSendDialog *)_pParent;
- String aSeperator = OUString( "\r\n\r\n================\r\n\r\n" );
+ String aSeparator = OUString( "\r\n\r\n================\r\n\r\n" );
String aContent = pMainDlg->GetDocType();
if ( aContent.Len() > 0 )
- aContent += aSeperator;
+ aContent += aSeparator;
aContent += pMainDlg->GetUsing();
if ( aContent.Len() > 0 )
- aContent += aSeperator;
+ aContent += aSeparator;
aContent += aPreview;
maContentML.SetText( aContent );