summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-13 21:19:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-13 21:36:23 +0100
commit2a2d4a57035823181aa14e05b1a7efe4843639cf (patch)
treeab3888817334a585b83654ed05f3ca861ef2777c /framework/source/services
parent79742eab111e5f3722075abc3cdb1333faacd076 (diff)
Fix typos
Change-Id: I677512213d97d01832bebe162fbf7de2998bf4d0 Reviewed-on: https://gerrit.libreoffice.org/44664 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/autorecovery.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index ac684cf9969a..02d099d42303 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -3523,7 +3523,7 @@ OUString AutoRecovery::implst_getJobDescription(sal_Int32 eJob)
sFeature.append(CMD_PROTOCOL);
// Attention: Because "eJob" is used as a flag field the order of checking these
- // flags is important. We must preferr job with higher priorities!
+ // flags is important. We must prefer job with higher priorities!
// E.g. EmergencySave has an higher prio then AutoSave ...
// On the other side there exist a well defined order between two different jobs.
// e.g. PrepareEmergencySave must be done before EmergencySave is started of course.
@@ -4102,7 +4102,7 @@ void AutoRecovery::impl_establishProgress(const AutoRecovery::TDocumentInfo&
{
// external well known frame must be preferred (because it was created by ourself
// for loading documents into this frame)!
- // But if no frame exists ... we can try to locate it using any frame bound to the provided
+ // But if no frame exists... we can try to locate it using any frame bound to the provided
// document. Of course we must live without any frame in case the document does not exists at this
// point. But this state should not occur. In such case xNewFrame should be valid ... hopefully .-)
css::uno::Reference< css::frame::XFrame > xFrame = xNewFrame;
@@ -4167,7 +4167,7 @@ void AutoRecovery::impl_forgetProgress(const AutoRecovery::TDocumentInfo&
{
// external well known frame must be preferred (because it was created by ourself
// for loading documents into this frame)!
- // But if no frame exists ... we can try to locate it using any frame bound to the provided
+ // But if no frame exists... we can try to locate it using any frame bound to the provided
// document. Of course we must live without any frame in case the document does not exists at this
// point. But this state should not occur. In such case xNewFrame should be valid ... hopefully .-)
css::uno::Reference< css::frame::XFrame > xFrame = xNewFrame;