summaryrefslogtreecommitdiff
path: root/framework/inc/services
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/services')
-rw-r--r--framework/inc/services/autorecovery.hxx10
-rw-r--r--framework/inc/services/desktop.hxx4
-rw-r--r--framework/inc/services/logindialog.hxx4
-rw-r--r--framework/inc/services/pathsettings.hxx2
4 files changed, 10 insertions, 10 deletions
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 .-)
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index f42b064ed45f..e26b61d61309 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -390,9 +390,9 @@ class Desktop : // base classes
*
* Iterates over all child frames and try to close them.
* Given parameter bAllowUI enable/disable showing any UI
- * (which mostly occure on calling XController->suspend()).
+ * (which mostly occur on calling XController->suspend()).
*
- * These method doesnt stop if one frame could not be closed.
+ * This method doesn't stop if one frame could not be closed.
* It will ignore such frames and try all other ones.
* But it returns false in such case - true otherwise.
*
diff --git a/framework/inc/services/logindialog.hxx b/framework/inc/services/logindialog.hxx
index c2afef58ad7b..c3b52dda640b 100644
--- a/framework/inc/services/logindialog.hxx
+++ b/framework/inc/services/logindialog.hxx
@@ -392,8 +392,8 @@ class LoginDialog : public css::lang::XTypeProvider ,
/*-****************************************************************************************************//**
@short write changed values to configuration
- @descr Normaly the dialog returns with an OK or ERROR value. If OK occure - we flush data
- auomaticly. But otherwise we do nothing. If user of this service wish to use property set
+ @descr Normaly the dialog returns with an OK or ERROR value. If OK occurs - we flush data
+ automaticly. But otherwise we do nothing. If user of this service wishes to use property set
only without any UI(!) - he must call "flush()" explicitly to write data!
@seealso -
diff --git a/framework/inc/services/pathsettings.hxx b/framework/inc/services/pathsettings.hxx
index 827ce95d774d..2f5b65155470 100644
--- a/framework/inc/services/pathsettings.hxx
+++ b/framework/inc/services/pathsettings.hxx
@@ -40,7 +40,7 @@
#include <unotools/configitem.hxx>
#include <comphelper/sequenceasvector.hxx>
-/* enable it if you whish to migrate old user settings (using the old cfg schema) on demand ....
+/* enable it if you wish to migrate old user settings (using the old cfg schema) on demand ....
disable it in case only the new schema must be used.
*/