summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpservices.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpservices.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpservices.cxx b/ucb/source/ucp/ftp/ftpservices.cxx
index 9f625a624cb9..7eed0e37c80d 100644
--- a/ucb/source/ucp/ftp/ftpservices.cxx
+++ b/ucb/source/ucp/ftp/ftpservices.cxx
@@ -25,7 +25,7 @@
using namespace com::sun::star;
using namespace ftp;
-//=========================================================================
+
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpftp1_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
@@ -36,9 +36,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpftp1_component_getFactory(
pServiceManager ) );
uno::Reference< lang::XSingleServiceFactory > xFactory;
- //////////////////////////////////////////////////////////////////////
+
// FTP Content Provider.
- //////////////////////////////////////////////////////////////////////
+
if ( FTPContentProvider::getImplementationName_Static().
equalsAscii( pImplName ) )