summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-09-19 08:27:03 +0000
committerMathias Bauer <mba@openoffice.org>2001-09-19 08:27:03 +0000
commit8ab11203542b0ad00187c25ffffadca1ba58461b (patch)
treea4869bfd6245bf1bb681416c57f540f53f4f0221 /unotools/source/ucbhelper
parentcaee5de082dc96b7002ab3a289b12ca3fc721895 (diff)
#91405#: UnsupportedDataSinkException shouldn't set ACESSDENIED
Diffstat (limited to 'unotools/source/ucbhelper')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index dabcdb197e29..d9a0d54f6e91 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucblockbytes.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: mba $ $Date: 2001-09-14 10:34:17 $
+ * last change: $Author: mba $ $Date: 2001-09-19 09:27:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -436,7 +436,7 @@ sal_Bool CommandThread_Impl::DoIt()
catch ( UnsupportedDataSinkException& )
{
bException = true;
- m_xLockBytes->SetError( ERRCODE_IO_ACCESSDENIED );
+ m_xLockBytes->SetError( ERRCODE_IO_NOTSUPPORTED );
}
catch ( Exception )
{