summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source')
-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 );