summaryrefslogtreecommitdiff
path: root/svtools/source/uno/miscservices.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-23 08:57:47 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-23 10:28:39 +0100
commit2fbb47156773b2e300fc987efc2da85c66e567d1 (patch)
tree7bfb967e74745a4b97cda03519a6f7206dd4e5ff /svtools/source/uno/miscservices.cxx
parent3982ce50f9845189373dac48d52d6070f6366a4f (diff)
svt: Use constructor feature for FilePicker and FolderPicker services.
Change-Id: Idb14acb8fdb737b592a358eaa221ca9b1e14e589
Diffstat (limited to 'svtools/source/uno/miscservices.cxx')
-rw-r--r--svtools/source/uno/miscservices.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/svtools/source/uno/miscservices.cxx b/svtools/source/uno/miscservices.cxx
index 38f29003b56f..a963236569a0 100644
--- a/svtools/source/uno/miscservices.cxx
+++ b/svtools/source/uno/miscservices.cxx
@@ -29,7 +29,6 @@
#include "documentcloser.hxx"
#include "hatchwindowfactory.hxx"
#include "hatchwindow.hxx"
-#include "fpicker.hxx"
#include "provider.hxx"
#include "renderer.hxx"
#include "unowizard.hxx"
@@ -71,18 +70,6 @@ namespace
::svt::uno::Wizard::getSupportedServiceNames_static,
::cppu::createSingleComponentFactory, NULL, 0
},
- {
- FilePicker_CreateInstance,
- FilePicker_getImplementationName,
- FilePicker_getSupportedServiceNames,
- ::cppu::createSingleComponentFactory, 0, 0
- },
- {
- FolderPicker_CreateInstance,
- FolderPicker_getImplementationName,
- FolderPicker_getSupportedServiceNames,
- ::cppu::createSingleComponentFactory, 0, 0
- },
{ 0, 0, 0, 0, 0, 0 }
};
}