[Libreoffice-commits] core.git: sc/source

Maxim Monastirsky momonasmon at gmail.com
Fri May 5 12:12:18 UTC 2017


 sc/source/ui/app/typemap.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit af8f4048c5224989356bc117cf14a28ba9e59d22
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Fri May 5 15:09:31 2017 +0300

    Will this fix the android build?
    
    Change-Id: I2ab31fa445d9b8a6aeaa721848d3afb72fd865b7

diff --git a/sc/source/ui/app/typemap.cxx b/sc/source/ui/app/typemap.cxx
index 684f4cc622b0..9891495aea5f 100644
--- a/sc/source/ui/app/typemap.cxx
+++ b/sc/source/ui/app/typemap.cxx
@@ -28,7 +28,6 @@
 #include <sfx2/msg.hxx>
 #include <svl/stritem.hxx>
 #include <svl/slstitm.hxx>
-#include <sfx2/objitem.hxx>
 #include <editeng/fontitem.hxx>
 #include <svx/hlnkitem.hxx>
 #include <svl/srchitem.hxx>
@@ -106,7 +105,6 @@
 /* Avoid clash with the ones from svx/source/form/typemap.cxx */
 #define aSfxBoolItem_Impl sc_source_ui_appl_typemap_aSfxBoolItem_Impl
 #define aSfxInt32Item_Impl sc_source_ui_appl_typemap_aSfxInt32Item_Impl
-#define aSfxObjectItem_Impl sc_source_ui_appl_typemap_aSfxObjectItem_Impl
 #define aSfxStringItem_Impl sc_source_ui_appl_typemap_aSfxStringItem_Impl
 #define aSfxUInt16Item_Impl sc_source_ui_appl_typemap_aSfxUInt16Item_Impl
 #define aSfxUInt32Item_Impl sc_source_ui_appl_typemap_aSfxUInt32Item_Impl
@@ -131,7 +129,6 @@
 #ifdef DISABLE_DYNLOADING
 #undef aSfxBoolItem_Impl
 #undef aSfxInt32Item_Impl
-#undef aSfxObjectItem_Impl
 #undef aSfxStringItem_Impl
 #undef aSfxUInt16Item_Impl
 #undef aSfxUInt32Item_Impl


More information about the Libreoffice-commits mailing list