tdf#157529 PPTX import: fix transparency value
[libreoffice.git] / config_host / config_lgpl.h.in
blobf157a5cb1b1f3b81175438c5c60dd6a147721788
1 /*
2 * Include this file to ensure that this code is not
3 * compiled into the MPL subset.
4 */
5 #ifndef CONFIG_LGPL_H
6 #define CONFIG_LGPL_H
8 #include "config_mpl.h"
10 #if MPL_HAVE_SUBSET
11 # error "Attempting to compile LGPL code into MPL subset"
12 #endif
14 #endif