diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-21 11:08:21 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-21 11:08:33 +0100 |
commit | e22be4a8e4da40dd6609147513aea36bc8f5cfb9 (patch) | |
tree | 24ef5a948d268336898bb600b398685675160a88 /scp2/source | |
parent | d34ce24fb22566ed3db91aba71a003d5919a3f00 (diff) |
scp2: more cairo fixes
Change-Id: Icaaf0c8355d992fcf652c275ea1ebff98f6d3d58
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 19e7158e44d1..9df93a85598f 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -569,11 +569,7 @@ End #endif -#ifndef LIBO_HEADLESS - -#if !defined SYSTEM_CAIRO \ - && (defined ENABLE_CAIRO_CANVAS \ - || (defined WNT && !defined ENABLE_DIRECTX)) +#ifdef NEED_CAIRO File gid_File_Lib_Cairo LIB_FILE_BODY; @@ -609,8 +605,6 @@ End #endif -#endif - STD_LIB_FILE( gid_File_Lib_Frm , frm) SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fsstorage, fsstorage.uno ) |