summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/docrecovery.cxx')
-rw-r--r--svx/source/dialog/docrecovery.cxx6
1 files changed, 3 insertions, 3 deletions
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 );