[Libreoffice-commits] core.git: sc/source
Michael Stahl
mstahl at redhat.com
Thu Oct 5 20:05:41 UTC 2017
sc/source/ui/app/typemap.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 0b311e9545a5bc498e144befe2bfb9d9e801f9ad
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Oct 5 22:03:03 2017 +0200
sc: try to fix DISABLE_DYNLOADING hackery
Change-Id: I291ffc6cd1c7e9a43cd6f0861c05833316bfff78
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
More information about the Libreoffice-commits
mailing list