diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-04 14:40:18 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-07 14:19:33 +0000 |
commit | 17084c750df84e0da377d716a4088f72bd25f972 (patch) | |
tree | 148077dac89e352f9b6c35a83f2950b66e6cb40d /scp2 | |
parent | 7a47e0ead3471f8f6e737a79704ad8ad2978418a (diff) |
gtk: move the file-picker into vcl/ and add Application:: factory hooks
drop un-necessary uno service related fluff, and component instantiation.
nominal move to XMultiComponentFactory from XMultiServiceFactory
Include fpicker in compilation for gtk3, but more work required here
Simplify setting up transient parents for picker dialogs
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 56592cf79cac..a332793c9f3d 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -489,16 +489,6 @@ File gid_File_Lib_Desktopbe Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX)); End -#if defined(ENABLE_GTK) && !defined(ENABLE_GTK3) -#ifdef GTK_TWO_FOUR -File gid_File_Lib_Fps_Gnome - TXT_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - Name = SPECIAL_COMPONENT_LIB_NAME(fps_gnome.uno); -End -#endif -#endif #ifdef ENABLE_KDE4 #ifndef MACOSX File gid_File_Lib_Fps_Kde4 |