From 7f436c1fd3a5f879fc99652043befb35158b3321 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 26 Sep 2013 11:44:54 +0200 Subject: typo fixes in comments Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab --- framework/inc/services/autorecovery.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'framework/inc/services/autorecovery.hxx') diff --git a/framework/inc/services/autorecovery.hxx b/framework/inc/services/autorecovery.hxx index ddd4ee293b6e..77a99cb586a3 100644 --- a/framework/inc/services/autorecovery.hxx +++ b/framework/inc/services/autorecovery.hxx @@ -113,7 +113,7 @@ struct DispatchParams /** implements the functionality of AutoSave and AutoRecovery of documents - including features of an EmergencySave in - case a GPF occures. + case a GPF occurs. */ typedef ::cppu::WeakImplHelper5< css::lang::XServiceInfo, @@ -185,7 +185,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri // TODO document me enum ETimerType { - /** the timer shouldnt be used next time */ + /** the timer should not be used next time */ E_DONT_START_TIMER, /** timer (was/must be) started with normal AutoSaveTimeIntervall */ E_NORMAL_AUTOSAVE_INTERVALL, @@ -641,7 +641,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri @descr This method should be called only, if its clear that a new document was opened/created during office runtime. - This method checks, if its a top level document (means not an embedded one). + This method checks, if it's a top level document (means not an embedded one). Only such top level documents can be recognized by this auto save mechanism. @param xDocument @@ -769,7 +769,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri only if removing oft he old file was successfully. If this method returns without an exception - everything was OK. Otherwise the info struct can be analyzed to - get more information, e.g. when the problem occures. + get more information, e.g. when the problem occurs. @param sBackupPath the base path for saving such temp files. @@ -1017,7 +1017,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri /** try to remove the specified file from disc. Every URL supported by our UCB component can be used here. - Further it doesnt matter if the file realy exists or not. + Further it doesn't matter if the file realy exists or not. Because removing a non exsistent file will have the same result at the end ... a non existing file .-) -- cgit