summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-26 20:47:03 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-26 21:02:39 +0200
commit42b11e861a6eb4fef43225259c300f87b8d1a625 (patch)
treebb42052b2c016a792c5ab1ae2aaa3b12c1039d98 /sfx2
parent87d7ac7440808f8ed6c9c0f305b1b79f6860d208 (diff)
aSfxInt16Item_Impl, too
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appbas.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index bf4fb27c7119..99431576b7cf 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -88,6 +88,7 @@
#if defined(LIBO_MERGELIBS) || defined(IOS)
/* Avoid clash with the ones from svx/source/form/typemap.cxx */
#define aSfxBoolItem_Impl sfx2_source_appl_appbas_aSfxBoolItem_Impl
+#define aSfxInt16Item_Impl sfx2_source_appl_appbas_aSfxInt16Item_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
@@ -100,6 +101,7 @@
#if defined(LIBO_MERGELIBS) || defined(IOS)
#undef aSfxBoolItem_Impl
+#undef aSfxInt16Item_Impl
#undef aSfxStringItem_Impl
#undef aSfxUInt16Item_Impl
#undef aSfxUInt32Item_Impl