diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-05 15:09:31 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-05 15:10:55 +0300 |
commit | af8f4048c5224989356bc117cf14a28ba9e59d22 (patch) | |
tree | 74354034857f980d857f8a80352c0273d5607a8c /sc | |
parent | 6e4cba99bb35e6697b94309eedd1a08ebea2dc68 (diff) |
Will this fix the android build?
Change-Id: I2ab31fa445d9b8a6aeaa721848d3afb72fd865b7
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/typemap.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |