From e544f449eded2738b45de4be13c72b128a16bafe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 7 Jul 2015 23:14:45 +0200 Subject: Fix typos Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl --- ucb/source/cacher/dynamicresultsetwrapper.cxx | 2 +- ucb/source/sorter/sortdynres.cxx | 2 +- ucb/source/ucp/cmis/cmis_content.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb') 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

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()

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; -- cgit