summaryrefslogtreecommitdiff
path: root/framework/inc/services
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/services')
-rw-r--r--framework/inc/services/autorecovery.hxx8
-rw-r--r--framework/inc/services/desktop.hxx6
-rw-r--r--framework/inc/services/logindialog.hxx6
-rw-r--r--framework/inc/services/pathsettings.hxx2
4 files changed, 11 insertions, 11 deletions
diff --git a/framework/inc/services/autorecovery.hxx b/framework/inc/services/autorecovery.hxx
index 65d769151a98..02ae9a808258 100644
--- a/framework/inc/services/autorecovery.hxx
+++ b/framework/inc/services/autorecovery.hxx
@@ -163,7 +163,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
/// the Auto/Emergency saved document isnt useable any longer
E_DAMAGED = 64,
- /// the Auto/Emergency saved document isnt realy up-to-date (some changes can be missing)
+ /// the Auto/Emergency saved document isnt really up-to-date (some changes can be missing)
E_INCOMPLETE = 128,
/// the Auto/Emergency saved document was processed successfully
E_SUCCEDED = 512
@@ -238,7 +238,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
css::uno::Reference< css::frame::XModel > Document;
//-------------------------------
- /** @short knows, if the document is realy modified since the last autosave,
+ /** @short knows, if the document is really modified since the last autosave,
or was postponed, because it was an active one etcpp...
@descr Because we have no CHANGE TRACKING mechanism, based on office document,
@@ -713,7 +713,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
/** @short save all current opened documents to a specific
backup directory.
- @descr Only realy changed documents will be saved here.
+ @descr Only really changed documents will be saved here.
Further this method returns a suggestion, if and how it should
be called again. May be some documents was not saved yet
@@ -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 doesn't matter if the file realy exists or not.
+ Further it doesn't matter if the file really 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 65b992587d10..42d8b9f8ccc1 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -463,15 +463,15 @@ class Desktop : // base classes
//---------------------------------------------------------------------
/** special terminate listener shuting down the SfxApplication.
* Because these desktop instance closes documents and informs listener
- * only ... it does not realy shutdown the whole application.
+ * only ... it does not really shutdown the whole application.
*
* Btw: That wouldnt be possible by design ... because Desktop.terminate()
- * has to return a boolean value about success ... it cant realy shutdown the
+ * has to return a boolean value about success ... it cant really shutdown the
* process .-)
*
* So we uses a trick: A special listener (exactly these one here) listen for notifyTermination()
* and shutdown the process asynchronous. But desktop has to make this special
- * notification as realy last one ... Otherwise it can happen that asynchronous
+ * notification as really last one ... Otherwise it can happen that asynchronous
* shutdown will be faster then all other code around Desktop.terminate() .-))
*/
css::uno::Reference< css::frame::XTerminateListener > m_xSfxTerminator;
diff --git a/framework/inc/services/logindialog.hxx b/framework/inc/services/logindialog.hxx
index f69337716b6c..ccdb33dff9fe 100644
--- a/framework/inc/services/logindialog.hxx
+++ b/framework/inc/services/logindialog.hxx
@@ -487,7 +487,7 @@ class LoginDialog : public css::lang::XTypeProvider ,
Don't use this directly!
You must try to convert the value of given propertyhandle and
return results of this operation. This will be use to ask vetoable
- listener. If no listener have a veto, we will change value realy!
+ listener. If no listener have a veto, we will change value really!
( in method setFastPropertyValue_NoBroadcast(...) )
@seealso class OPropertySetHelper
@@ -598,7 +598,7 @@ class LoginDialog : public css::lang::XTypeProvider ,
/*-****************************************************************************************************//**
@short helper method to check if a property will change his value
- @descr Is neccessary for vetoable listener mechanism of OPropertySethelper.
+ @descr Is necessary for vetoable listener mechanism of OPropertySethelper.
@seealso -
@@ -694,7 +694,7 @@ class LoginDialog : public css::lang::XTypeProvider ,
/*-****************************************************************************************************//**
@short helper methods to read/write properties from/to ini file
@descr Using of Config-Class isn't easy everytime :-(
- Thats the reason for these helper. State of operation isn't realy important ..
+ Thats the reason for these helper. State of operation isn't really important ..
but we assert impossible cases or occurred errors!
@seealso -
diff --git a/framework/inc/services/pathsettings.hxx b/framework/inc/services/pathsettings.hxx
index 34e65f5858eb..fb816c1055d5 100644
--- a/framework/inc/services/pathsettings.hxx
+++ b/framework/inc/services/pathsettings.hxx
@@ -154,7 +154,7 @@ class PathSettings : // base classes
public:
/** initialize a new instance of this class.
- Attention: It's neccessary for right function of this class, that the order of base
+ Attention: It's necessary for right function of this class, that the order of base
classes is the right one. Because we transfer information from one base to another
during this ctor runs! */
PathSettings(const css::uno::Reference< css::uno::XComponentContext >& xContext);