From 25f8330004409edf8007df0cc80ef540c03d18da Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 9 Feb 2012 22:31:30 +0200 Subject: Add fw* and sfx to libmerged --- sfx2/source/appl/appbas.cxx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sfx2') diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index c16338bee821..5e7ac142a892 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -85,10 +85,27 @@ #include #include +#ifdef LIBO_MERGELIBS +/* Avoid clash with the ones from svx/source/form/typemap.cxx */ +#define aSfxBoolItem_Impl sfx2_source_appl_appbas_aSfxBoolItem_Impl +#define aSfxStringItem_Impl sfx2_source_appl_appbas_aSfxStringItem_Impl +#define aSfxUInt16Item_Impl sfx2_source_appl_appbas_aSfxUInt16Item_Impl +#define aSfxUInt32Item_Impl sfx2_source_appl_appbas_aSfxUInt32Item_Impl +#define aSfxVoidItem_Impl sfx2_source_appl_appbas_aSfxVoidtem_Impl +#endif + #define SFX_TYPEMAP #define Selection #include "sfxslots.hxx" +#ifdef LIBO_MERGELIBS +#undef aSfxBoolItem_Impl +#undef aSfxStringItem_Impl +#undef aSfxUInt16Item_Impl +#undef aSfxUInt32Item_Impl +#undef aSfxVoidItem_Impl +#endif + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; -- cgit v1.2.3