summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/gnome/FPentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/unx/gnome/FPentry.cxx')
-rw-r--r--fpicker/source/unx/gnome/FPentry.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/fpicker/source/unx/gnome/FPentry.cxx b/fpicker/source/unx/gnome/FPentry.cxx
index c4dd0ecfd815..0ea7fb4bd8c2 100644
--- a/fpicker/source/unx/gnome/FPentry.cxx
+++ b/fpicker/source/unx/gnome/FPentry.cxx
@@ -81,27 +81,9 @@ static Reference< XInterface > SAL_CALL createFolderInstance(
new SalGtkFolderPicker( rServiceManager ) ) );
}
-//------------------------------------------------
-// the three uno functions that will be exported
-//------------------------------------------------
-
extern "C"
{
-//------------------------------------------------
-// component_getImplementationEnvironment
-//------------------------------------------------
-
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
-//------------------------------------------------
-//
-//------------------------------------------------
-
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
{