summaryrefslogtreecommitdiff
path: root/fpicker/source/odma/fps_odma.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/odma/fps_odma.cxx')
-rw-r--r--fpicker/source/odma/fps_odma.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/fpicker/source/odma/fps_odma.cxx b/fpicker/source/odma/fps_odma.cxx
index 950e553e3d4e..49d0751f058e 100644
--- a/fpicker/source/odma/fps_odma.cxx
+++ b/fpicker/source/odma/fps_odma.cxx
@@ -22,7 +22,6 @@
#include "cppuhelper/implementationentry.hxx"
#include "ODMAFilePicker.hxx"
-#include "ODMAFolderPicker.hxx"
static cppu::ImplementationEntry g_entries[] =
{
@@ -32,12 +31,6 @@ static cppu::ImplementationEntry g_entries[] =
ODMAFilePicker::impl_getStaticSupportedServiceNames,
cppu::createSingleComponentFactory, 0, 0
},
- {
- ODMAFolderPicker::impl_createInstance,
- ODMAFolderPicker::impl_getStaticImplementationName,
- ODMAFolderPicker::impl_getStaticSupportedServiceNames,
- cppu::createSingleComponentFactory, 0, 0
- },
{ 0, 0, 0, 0, 0, 0 }
};