diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-04-05 08:52:01 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-04-05 08:52:01 +0000 |
commit | 57058b4d00e293186b5af9aa43634c0f83be68dd (patch) | |
tree | d8d646fca6a172e41c1da317e8d1431dec13221c /ucb/source/ucp/file/shell.cxx | |
parent | b3e0d1c74f8c4d2a271ad597344624f657d533e0 (diff) |
#85714# - Prefixed all component implementation names with "com.sun.star.comp"
(UDK naming recommandation - required for automatic testing).
Diffstat (limited to 'ucb/source/ucp/file/shell.cxx')
-rw-r--r-- | ucb/source/ucp/file/shell.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx index 1c1db8e5f522..681b37a5a153 100644 --- a/ucb/source/ucp/file/shell.cxx +++ b/ucb/source/ucp/file/shell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: shell.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: hro $ $Date: 2001-04-03 12:27:16 $ + * last change: $Author: kso $ $Date: 2001-04-05 09:49:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2890,7 +2890,7 @@ shell::getScheme( rtl::OUString& Scheme ) rtl::OUString SAL_CALL shell::getImplementationName_static( void ) { - return rtl::OUString::createFromAscii( "FileProvider" ); + return rtl::OUString::createFromAscii( "com.sun.star.comp.ucb.FileProvider" ); } |