diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-10-05 22:03:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-10-05 22:03:52 +0200 |
commit | 0b311e9545a5bc498e144befe2bfb9d9e801f9ad (patch) | |
tree | 83b8956eff7931c2e435cddce135b9e7a8f42b31 /sc | |
parent | 68d61a93819fd502630083a7080f099c4c218092 (diff) |
sc: try to fix DISABLE_DYNLOADING hackery
Change-Id: I291ffc6cd1c7e9a43cd6f0861c05833316bfff78
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/typemap.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/app/typemap.cxx b/sc/source/ui/app/typemap.cxx index 280ac0517de6..2e2b60050860 100644 --- a/sc/source/ui/app/typemap.cxx +++ b/sc/source/ui/app/typemap.cxx @@ -119,7 +119,8 @@ #define aSvxLanguageItem_Impl sc_source_ui_appl_typemap_aSvxLanguageItem_Impl #define aSvxPostureItem_Impl sc_source_ui_appl_typemap_aSvxPostureItem_Impl #define aSvxShadowedItem_Impl sc_source_ui_appl_typemap_aSvxShadowedItem_Impl -#define aSvxTextLineItem_Impl sc_source_ui_appl_typemap_aSvxTextLineItem_Impl +#define aSvxUnderlineItem_Impl sc_source_ui_appl_typemap_aSvxUnderlineItem_Impl +#define aSvxOverlineItem_Impl sc_source_ui_appl_typemap_aSvxOverlineItem_Impl #define aSvxWeightItem_Impl sc_source_ui_appl_typemap_aSvxWeightItem_Impl #endif |