summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NServices.cxx
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2011-02-15 21:45:45 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-02-15 21:46:14 +0100
commitbc1ac38919e9f9085767f060d4d8fdf902b80503 (patch)
treebfe8a26a303a7add709a98942419cde2acbb0f2e /connectivity/source/drivers/evoab2/NServices.cxx
parent6d16188277d25d81d8ee6b9c99ed15cc7ff3c51d (diff)
translated comments (17-24/54)
Diffstat (limited to 'connectivity/source/drivers/evoab2/NServices.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NServices.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/connectivity/source/drivers/evoab2/NServices.cxx b/connectivity/source/drivers/evoab2/NServices.cxx
index f26042b9ceb6..9e5b83d8736e 100644
--- a/connectivity/source/drivers/evoab2/NServices.cxx
+++ b/connectivity/source/drivers/evoab2/NServices.cxx
@@ -50,11 +50,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc)
);
//***************************************************************************************
-//
-// Die vorgeschriebene C-Api muss erfuellt werden!
-// Sie besteht aus drei Funktionen, die von dem Modul exportiert werden muessen.
-//
-
+// The prescribed C-Api must be met!
+// It consists of three functions, which must be exported by the module.
//---------------------------------------------------------------------------------------
void REGISTER_PROVIDER(
const OUString& aServiceImplName,
@@ -73,7 +70,6 @@ void REGISTER_PROVIDER(
xNewKey->createKey(Services[i]);
}
-
//---------------------------------------------------------------------------------------
struct ProviderRequest
{
@@ -114,7 +110,6 @@ struct ProviderRequest
};
//---------------------------------------------------------------------------------------
-
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
uno_Environment ** /*ppEnv*/