summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultset.cxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index 830d76c0129a..15f35adcfea1 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -533,14 +533,11 @@ Sequence< Property > SAL_CALL CCRS_PropertySetInfo
Property SAL_CALL CCRS_PropertySetInfo
::getPropertyByName( const OUString& aName )
{
- if ( aName.isEmpty() )
- throw UnknownPropertyException();
-
Property aProp;
if ( impl_queryProperty( aName, aProp ) )
return aProp;
- throw UnknownPropertyException();
+ throw UnknownPropertyException(aName);
}
//virtual