summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fps_office.cxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-06-30 15:31:30 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:53:16 +0200
commit86859c115c9d8ff1b46f6fef4fdc0fc30a4a766f (patch)
tree79977672ada15feac4f0da58acd3708cf9f9d8ee /fpicker/source/office/fps_office.cxx
parent0b2ec9b1b32eac9d99c4ea7aa9401168a8cd5da2 (diff)
FilePicker interface for RemoteFilesDialog
Change-Id: I797d3fcf62bb858713d1e8af10e82f9c095bcf2b
Diffstat (limited to 'fpicker/source/office/fps_office.cxx')
-rw-r--r--fpicker/source/office/fps_office.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/fpicker/source/office/fps_office.cxx b/fpicker/source/office/fps_office.cxx
index c98b21f3c095..5e33e83fe2a4 100644
--- a/fpicker/source/office/fps_office.cxx
+++ b/fpicker/source/office/fps_office.cxx
@@ -28,6 +28,12 @@
static const cppu::ImplementationEntry g_entries[] =
{
{
+ SvtRemoteFilePicker::impl_createInstance,
+ SvtRemoteFilePicker::impl_getStaticImplementationName,
+ SvtRemoteFilePicker::impl_getStaticSupportedServiceNames,
+ cppu::createSingleComponentFactory, 0, 0
+ },
+ {
SvtFilePicker::impl_createInstance,
SvtFilePicker::impl_getStaticImplementationName,
SvtFilePicker::impl_getStaticSupportedServiceNames,