--- misc/graphite2-1.0.3/include/graphite2/Types.h 2011-02-12 16:54:16.000000000 +0100 +++ misc/build/graphite2-1.0.3/include/graphite2/Types.h 2011-03-15 21:38:06.264788098 +0100 @@ -36,7 +36,8 @@ }; // Definitions for library publicly exported symbols -#if defined _WIN32 || defined __CYGWIN__ +#define GR2_STATIC 1 +#if ( defined _WIN32 || defined __CYGWIN__ ) && !defined GR2_STATIC #ifdef GR2_EXPORTING #ifdef __GNUC__ #define GR2_API __attribute__((dllexport)) t logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/funcpage.hxx
AgeCommit message (Expand)Author
2019-04-19drop some unneeded includesCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara
2017-11-02loplugin:finalclasses in formsNoel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2016-11-08loplugin:expandablemethods in forms..formulaNoel Grandin
2016-10-30-Werror,-Wunused-private-fieldStephan Bergmann
2016-10-29tdf#67974 UI: Add a search box in function wizard in SpreadsheetAbhilash Singh
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann