diff options
Diffstat (limited to 'ucb/source/ucp/webdav/webdavcontent.cxx')
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index e880695656d0..dfa53473e27f 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -983,7 +983,7 @@ void Content::removeProperty( const OUString& Name, { case UNKNOWN: case DAV: - throw beans::UnknownPropertyException(); + throw beans::UnknownPropertyException(Name); case NON_DAV: // Try to remove property from local store. |