summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/fwi/threadhelp/transactionmanager.cxx4
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl2
-rw-r--r--offapi/com/sun/star/frame/XModel2.idl2
4 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx
index 99682549b024..476f43a7268a 100644
--- a/framework/source/fwi/threadhelp/transactionmanager.cxx
+++ b/framework/source/fwi/threadhelp/transactionmanager.cxx
@@ -145,10 +145,10 @@ EWorkingMode TransactionManager::getWorkingMode() const
/*-****************************************************************************************************
@short start new transaction
- @descr A guard should use this method to start a new transaction. He should looks for rejected
+ @descr A guard should use this method to start a new transaction. He should look for rejected
calls to by using parameter eMode and eReason.
If call was not rejected your transaction will be non breakable during releasing your transaction
- guard! BUT ... your code isn't threadsafe then! It's a transaction manager only ....
+ guard! BUT ... your code isn't threadsafe then! It's a transaction manager only...
@seealso method unregisterTransaction()
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index bc82d67ee921..7eafb69df0be 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -3660,7 +3660,7 @@ void AutoRecovery::implts_doRecovery(const DispatchParams& aParams)
// cache items. Such handle state indicates, that a document
// was already saved during the THIS(!) Recovery session.
// Of course a may be following EmergencySave session must be started without
- // any "handle" state ...
+ // any "handle" state...
implts_resetHandleStates();
// Reset the configuration hint "we were crashed"!
diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
index fee4ba4dd0e6..ebd2c695506b 100644
--- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
+++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
@@ -100,7 +100,7 @@ service TabularDataProviderArguments
<p>If the given SequenceMapping does not cover all existing
labeled sequences just put the remaining sequences in old order
behind the others. For example you have 4 sequences and a
- SequenceMapping [3,1]. The result should be a as if [3,1,0,2]
+ SequenceMapping [3,1]. The result should be as if [3,1,0,2]
was given.</p>
*/
[property] sequence< long > SequenceMapping;
diff --git a/offapi/com/sun/star/frame/XModel2.idl b/offapi/com/sun/star/frame/XModel2.idl
index 41d44512149a..22d1ff9f82ec 100644
--- a/offapi/com/sun/star/frame/XModel2.idl
+++ b/offapi/com/sun/star/frame/XModel2.idl
@@ -46,7 +46,7 @@ interface XModel2 : com::sun::star::frame::XModel
<p>
Please note: Because this interface will might be used inside
multi threaded environments those list can contain still disposed items
- or it new added controller will be missing (if they was added after this
+ or it new added controller will be missing (if they were added after this
enumeration was created).
</P>