diff options
author | Tino Rachui <tra@openoffice.org> | 2002-03-21 09:41:10 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2002-03-21 09:41:10 +0000 |
commit | 0bd8cc5d94900572be6153092614caa8053d2ec1 (patch) | |
tree | d5475f1ac4b192f1b7b51c43e3610da84e7e1867 /fpicker | |
parent | 2714fd9cb9196210a10bff304f38fe852221a9da (diff) |
#98288#added missed type dependencies
Diffstat (limited to 'fpicker')
-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> |