summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-08-15 07:53:05 +0000
committerAndreas Bille <abi@openoffice.org>2002-08-15 07:53:05 +0000
commitae18858044e4bcbb7f19b8505f2cb22808ccaeac (patch)
treee823f56b3a17392c191b40b481964ea068c46d89 /ucb
parent4db6947e821b9c4e0bef4ac1061cdab43b2de910 (diff)
#93203# changed impl-name to css.comp.XInputStream. Otherwise,
the interfaces are there, but were not zetted, because the bug didn't mentioned this interface.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filinpstr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filinpstr.cxx b/ucb/source/ucp/file/filinpstr.cxx
index 0be04abf2253..107f5605f14c 100644
--- a/ucb/source/ucp/file/filinpstr.cxx
+++ b/ucb/source/ucp/file/filinpstr.cxx
@@ -77,7 +77,7 @@ rtl::OUString SAL_CALL
XInputStream_impl::getImplementationName()
throw(uno::RuntimeException)
{
- return rtl::OUString();
+ return rtl::OUString::createFromAscii("com.sun.star.io.comp.XInputStream");
}