diff options
-rw-r--r-- | fpicker/source/win32/filepicker/fps.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/fps.xml b/fpicker/source/win32/filepicker/fps.xml index 93530780956b..49b66a523f05 100644 --- a/fpicker/source/win32/filepicker/fps.xml +++ b/fpicker/source/win32/filepicker/fps.xml @@ -29,13 +29,18 @@ <type> com.sun.star.ui.dialogs.ListboxControlActions </type> <type> com.sun.star.ui.dialogs.TemplateDescription </type> <type> com.sun.star.ui.dialogs.FilePreviewImageFormats </type> + <type> com.sun.star.ui.dialogs.ControlActions </type> <type> com.sun.star.util.XCancellable </type> - <type> com.sun.star.lang.XComponent </type> + <type> com.sun.star.lang.XSingleComponentFactory </type> <type> com.sun.star.lang.XMultiServiceFactory </type> <type> com.sun.star.lang.XSingleServiceFactory </type> <type> com.sun.star.lang.XServiceInfo </type> <type> com.sun.star.lang.XTypeProvider </type> <type> com.sun.star.lang.IllegalArgumentException </type> + <type> com.sun.star.lang.XComponent </type> + <type> com.sun.star.lang.XInitialization </type> + <type> com.sun.star.lang.DisposedException </type> + <type> com.sun.star.uno.XComponentContext </type> <type> com.sun.star.uno.TypeClass </type> <type> com.sun.star.uno.XWeak </type> <type> com.sun.star.uno.XAggregation </type> |