summaryrefslogtreecommitdiffstats
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/cacher/dynamicresultsetwrapper.cxx2
-rw-r--r--ucb/source/sorter/sortdynres.cxx2
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx b/ucb/source/cacher/dynamicresultsetwrapper.cxx
index 0bada74f5700..9b70d9bd3e60 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.cxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx
@@ -235,7 +235,7 @@ void SAL_CALL DynamicResultSetWrapper
<p>The Listener is allowed to blockade this call, until he really want to go
to the new version. The only situation, where the listener has to return the
update call at once is, while he disposes his broadcaster or while he is
- removing himsef as listener (otherwise you deadlock)!!!
+ removing himself as listener (otherwise you deadlock)!!!
*/
// handle the actions in the list
diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx
index 87a1703023ca..a26c2b0e70df 100644
--- a/ucb/source/sorter/sortdynres.cxx
+++ b/ucb/source/sorter/sortdynres.cxx
@@ -285,7 +285,7 @@ sal_Int16 SAL_CALL SortedDynamicResultSet::getCapabilities()
<p>The Listener is allowed to blockade this call, until he really want to go
to the new version. The only situation, where the listener has to return the
update call at once is, while he disposes his broadcaster or while he is
- removing himsef as listener (otherwise you deadlock)!!!
+ removing himself as listener (otherwise you deadlock)!!!
*/
void SortedDynamicResultSet::impl_notify( const ListEvent& Changes )
throw( RuntimeException )
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index b54c246b047e..03a9dafa0b8b 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -1428,7 +1428,7 @@ namespace cmis
}
else
{
- SAL_INFO( "ucb.ucp.cmis", "Couln't set property: " << rValue.Name );
+ SAL_INFO( "ucb.ucp.cmis", "Couldn't set property: " << rValue.Name );
lang::IllegalAccessException e ( OUString("Property is read-only!"),
static_cast< cppu::OWeakObject* >( this ) );
aRet[ n ] <<= e;