diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-12 15:33:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-12 15:42:51 +0200 |
commit | feaef69321d473d29d3ffa65c950870382f0f5bc (patch) | |
tree | d8edba6d0fb5fa93711e8bae1eba2b4ceaa9f474 /scp2 | |
parent | dcbf9238ba3354aafbcbfa0c15980587cf31fe96 (diff) |
Don't bundle gdiplus.dll any more
It was needed for Windows 2000 support.
Change-Id: I1c0bec3fd3c76005b843d62c636410201abfa8e1
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index fa5a2c51a640..e88cb714f347 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -645,15 +645,6 @@ STD_LIB_FILE( gid_File_Lib_Fwl , fwl) STD_LIB_FILE( gid_File_Lib_Fwm , fwm) -#ifdef ENABLE_DIRECTX -File gid_File_Lib_Gdiplus - LIB_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - Name = "gdiplus.dll"; -End -#endif - SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Hatchwindowfactory, hatchwindowfactory.uno ) STD_LIB_FILE( gid_File_Lib_Helplinker, helplinker) |